diff options
| -rw-r--r-- | byacc/.checksum | 1 | ||||
| -rw-r--r-- | byacc/.files | 9 | ||||
| -rw-r--r-- | byacc/abuild | 13 | ||||
| -rw-r--r-- | byacc/info | 4 | ||||
| -rw-r--r-- | hevel/info | 4 | ||||
| -rw-r--r-- | hst/info | 4 | ||||
| -rw-r--r-- | lua/info | 4 | ||||
| -rw-r--r-- | muon/.checksum | 1 | ||||
| -rw-r--r-- | muon/.files | 11 | ||||
| -rw-r--r-- | muon/abuild | 12 | ||||
| -rw-r--r-- | muon/info | 4 | ||||
| -rw-r--r-- | netbsd-curses/info | 4 | ||||
| -rw-r--r-- | neuipc/info | 4 | ||||
| -rw-r--r-- | neuswc/info | 4 | ||||
| -rw-r--r-- | neuswiv/info | 4 | ||||
| -rw-r--r-- | neuwld/info | 4 | ||||
| -rw-r--r-- | neuwm/abuild | 6 | ||||
| -rw-r--r-- | neuwm/info | 4 | ||||
| -rw-r--r-- | tcc/info | 4 | ||||
| -rw-r--r-- | wawa/info | 4 |
20 files changed, 99 insertions, 6 deletions
diff --git a/byacc/.checksum b/byacc/.checksum new file mode 100644 index 00000000..0615998d --- /dev/null +++ b/byacc/.checksum @@ -0,0 +1 @@ +1f548f43861c383a5caaf5ec56332af8b3d45cdd2d3dd70b7585c65ae3a661ef byacc-20240109.tgz diff --git a/byacc/.files b/byacc/.files new file mode 100644 index 00000000..ec61db41 --- /dev/null +++ b/byacc/.files @@ -0,0 +1,9 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/bison -> yacc +lrwxrwxrwx root/root usr/bin/byacc -> yacc +-rwxr-xr-x root/root usr/bin/yacc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/yacc.1.gz diff --git a/byacc/abuild b/byacc/abuild new file mode 100644 index 00000000..7ee6574f --- /dev/null +++ b/byacc/abuild @@ -0,0 +1,13 @@ +name=byacc +version=20240109 +release=1 +source="https://invisible-mirror.net/archives/byacc/byacc-${version}.tgz" + +build () { + ./configure --prefix=/usr + make + make install DESTDIR=$PKG + + ln -s yacc $PKG/usr/bin/byacc + ln -s yacc $PKG/usr/bin/bison +} diff --git a/byacc/info b/byacc/info new file mode 100644 index 00000000..44fc1da8 --- /dev/null +++ b/byacc/info @@ -0,0 +1,4 @@ +description: Berkeley implementation of the yacc parser generator +license: Public Domain +upstream: https://invisible-island.net/byacc +maintainer: Lostt <lost@privacyrequired.com> diff --git a/hevel/info b/hevel/info new file mode 100644 index 00000000..9d16fa43 --- /dev/null +++ b/hevel/info @@ -0,0 +1,4 @@ +description: Transparent window system based on neuswc +homepage: https://git.sr.ht/~dlm/hevel +license: ISC +maintainer: Lostt <lost@privacyrequired.com> diff --git a/hst/info b/hst/info new file mode 100644 index 00000000..25728a02 --- /dev/null +++ b/hst/info @@ -0,0 +1,4 @@ +description: Patched fork of Michael Forney's st-wl +homepage: https://git.sr.ht/~dlm/hevel +license: MIT +maintainer: Lostt <lost@privacyrequired.com> diff --git a/lua/info b/lua/info new file mode 100644 index 00000000..395f678e --- /dev/null +++ b/lua/info @@ -0,0 +1,4 @@ +description: Powerful, efficient, lightweight embeddable scripting language +homepage: https://lua.org +license: MIT +maintainer: Lostt <lost@privacyrequired.com> diff --git a/muon/.checksum b/muon/.checksum new file mode 100644 index 00000000..2d6a2383 --- /dev/null +++ b/muon/.checksum @@ -0,0 +1 @@ +22523275c41f635fb0e70f35cb263cf84550dcfdd1ddae8ee5d5194eeb4aeb59 745b10c08e8926fd55d6df17bfda04c17eb3a454.tar.gz diff --git a/muon/.files b/muon/.files new file mode 100644 index 00000000..780d5113 --- /dev/null +++ b/muon/.files @@ -0,0 +1,11 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/muon +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/muon.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/meson-reference.3.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/meson.build.5.gz diff --git a/muon/abuild b/muon/abuild new file mode 100644 index 00000000..af22d343 --- /dev/null +++ b/muon/abuild @@ -0,0 +1,12 @@ +name=muon +version=0.6.0 +commit=745b10c08e8926fd55d6df17bfda04c17eb3a454 +release=1 +source="https://github.com/muon-build/$name/archive/$commit.tar.gz" + +build() { + ./bootstrap.sh build + build/muon-bootstrap setup -Dprefix=/usr -Dmeson-docs=disabled build + build/muon-bootstrap -C build samu + build/muon-bootstrap -C build install -d "$PKG" +} diff --git a/muon/info b/muon/info new file mode 100644 index 00000000..9aa55dff --- /dev/null +++ b/muon/info @@ -0,0 +1,4 @@ +description: C99 implementation of the meson build system +homepage: https://muon.build +license: GPL-3.0 +maintainer: Lostt <lost@privacyrequired.com> diff --git a/netbsd-curses/info b/netbsd-curses/info new file mode 100644 index 00000000..3d31f832 --- /dev/null +++ b/netbsd-curses/info @@ -0,0 +1,4 @@ +description: Portable libcurses and deps from NetBSD +homepage: https://github.com/sabotage-linux/netbsd-curses +license: BSD-3-Clause +maintainer: Lostt <lost@privacyrequired.com> diff --git a/neuipc/info b/neuipc/info new file mode 100644 index 00000000..3ecea9de --- /dev/null +++ b/neuipc/info @@ -0,0 +1,4 @@ +description: Lightweight unix IPC library focused on compatibility with neuswc +homepage: https://codeberg.org/binkd/neuipc +license: ISC +maintainer: Lostt <lost@privacyrequired.com> diff --git a/neuswc/info b/neuswc/info new file mode 100644 index 00000000..c9ac69e5 --- /dev/null +++ b/neuswc/info @@ -0,0 +1,4 @@ +description: swc based wayland library +homepage: https://git.sr.ht/~shrub900/neuswc +license: MIT +maintainer: Lostt <lost@privacyrequired.com> diff --git a/neuswiv/info b/neuswiv/info new file mode 100644 index 00000000..3bd1c548 --- /dev/null +++ b/neuswiv/info @@ -0,0 +1,4 @@ +description: Simple wayland image viwer +homepage: https://git.sr.ht/~pfr/swiv +license: 0BSD +maintainer: Lostt <lost@privacyrequired.com> diff --git a/neuwld/info b/neuwld/info new file mode 100644 index 00000000..ae3f319f --- /dev/null +++ b/neuwld/info @@ -0,0 +1,4 @@ +description: Drawing library that targets wayland +homepage: https://git.sr.ht/~shrub900/neuswc +license: MIT +maintainer: Lostt <lost@privacyrequired.com> diff --git a/neuwm/abuild b/neuwm/abuild index 5fcdce1b..27825175 100644 --- a/neuwm/abuild +++ b/neuwm/abuild @@ -4,9 +4,3 @@ commit=95f6417e02aabbd1a0b0c7d1c6a1388930c29e30 release=1 source="https://git.sr.ht/~pfr/$name/archive/$commit.tar.gz meson.patch" - -build () { - meson setup build -Dprefix=/usr - ninja -C build - meson install -C build -} diff --git a/neuwm/info b/neuwm/info new file mode 100644 index 00000000..f574ce86 --- /dev/null +++ b/neuwm/info @@ -0,0 +1,4 @@ +description: Wayland compsitor based neuswc, forked from wsxwm and inspired by hevel +homepage: https://git.sr.ht/~pfr/neuwm +license: Unlicense +maintainer: Lostt <lost@privacyrequired.com> diff --git a/tcc/info b/tcc/info new file mode 100644 index 00000000..73a179b1 --- /dev/null +++ b/tcc/info @@ -0,0 +1,4 @@ +description: Tiny C compiler +homepage: https://bellard.org/tcc +license: LGPL-2.1 +maintainer: Lostt <lost@privacyrequired.com> diff --git a/wawa/info b/wawa/info new file mode 100644 index 00000000..5e3b38e5 --- /dev/null +++ b/wawa/info @@ -0,0 +1,4 @@ +description: Simpler layer shell wallpaper setter +homepage: https://codeberg.org/sewn/wawa +license: MIT +maintainer: Lostt <lost@privacyrequired.com> |