├── .github └── PULL_REQUEST_TEMPLATE.md ├── .woodpecker.yml ├── LICENSE ├── README └── community ├── 9base ├── build ├── sources └── version ├── abduco ├── build ├── checksums ├── sources └── version ├── aerc ├── build ├── checksums ├── depends ├── sources └── version ├── age ├── build ├── checksums ├── depends ├── sources └── version ├── amfora ├── build ├── checksums ├── depends ├── sources └── version ├── aml ├── build ├── checksums ├── depends ├── sources └── version ├── android-tools ├── build ├── checksums ├── depends ├── sources └── version ├── appstream ├── build ├── checksums ├── depends ├── patches │ └── no-i18n.patch ├── sources └── version ├── apulse ├── build ├── checksums ├── depends ├── patches │ └── musl.patch ├── sources └── version ├── aria2 ├── build ├── checksums ├── depends ├── sources └── version ├── asciinema ├── build ├── checksums ├── depends ├── sources └── version ├── autoconf-archive ├── build ├── checksums ├── sources └── version ├── autoconf ├── build ├── checksums ├── depends ├── sources └── version ├── automake ├── build ├── checksums ├── depends ├── sources └── version ├── axel ├── build ├── checksums ├── depends ├── sources └── version ├── bandwhich ├── build ├── checksums ├── depends ├── sources └── version ├── bash ├── build ├── checksums ├── depends ├── sources └── version ├── bat ├── build ├── checksums ├── depends ├── post-install ├── sources └── version ├── bc ├── build ├── checksums ├── sources └── version ├── bemenu ├── build ├── checksums ├── depends ├── sources └── version ├── birch ├── build ├── depends ├── sources └── version ├── bit-bin ├── build ├── checksums ├── depends ├── sources └── version ├── boost ├── build ├── checksums ├── depends ├── sources └── version ├── bottom ├── build ├── checksums ├── depends ├── sources └── version ├── brlaser ├── build ├── checksums ├── depends ├── sources └── version ├── brotli ├── build ├── checksums ├── depends ├── sources └── version ├── btop ├── build ├── checksums ├── sources └── version ├── btrfs-progs ├── build ├── checksums ├── depends ├── sources └── version ├── bubblewrap ├── build ├── checksums ├── depends ├── sources └── version ├── cantarell-fonts ├── build ├── checksums ├── sources └── version ├── catgirl ├── build ├── checksums ├── depends ├── patches │ └── 0001-input.c-add-kiss-macro.patch ├── sources └── version ├── cava ├── .version.swp ├── build ├── checksums ├── depends ├── sources └── version ├── ccrypt ├── build ├── checksums ├── sources └── version ├── cfm ├── build ├── checksums ├── sources └── version ├── chicken ├── build ├── checksums ├── sources └── version ├── cloc ├── build ├── checksums ├── depends ├── sources └── version ├── cmark-gfm ├── build ├── checksums ├── depends ├── sources └── version ├── cmus ├── build ├── checksums ├── depends ├── patches │ └── ffmpeg6.patch ├── sources └── version ├── containerd ├── build ├── checksums ├── depends ├── etcsums ├── files │ └── run ├── sources └── version ├── coreutils ├── build ├── checksums ├── sources └── version ├── cproc ├── build ├── depends ├── sources └── version ├── crosstool-ng ├── build ├── depends ├── sources └── version ├── cryptsetup ├── build ├── checksums ├── depends ├── sources └── version ├── ctags ├── build ├── checksums ├── sources └── version ├── cups-filters ├── README ├── build ├── checksums ├── depends ├── sources └── version ├── cups ├── build ├── checksums ├── depends ├── post-install ├── sources └── version ├── curlpp ├── build ├── checksums ├── depends ├── sources └── version ├── darkhttpd ├── build ├── checksums ├── sources └── version ├── dash ├── build ├── checksums ├── sources └── version ├── dejavu-ttf ├── build ├── checksums ├── post-install ├── sources └── version ├── delta ├── build ├── checksums ├── depends ├── sources └── version ├── dialog ├── build ├── checksums ├── depends ├── sources └── version ├── discount ├── build ├── checksums ├── sources └── version ├── diskonaut ├── build ├── checksums ├── depends ├── sources └── version ├── djvulibre ├── build ├── checksums ├── sources └── version ├── dmidecode ├── build ├── checksums ├── sources └── version ├── docker-buildx ├── build ├── checksums ├── depends ├── sources └── version ├── docker-compose-bin ├── build ├── checksums ├── sources └── version ├── docker ├── build ├── checksums ├── depends ├── files │ └── run ├── patches │ └── tini-basename.patch ├── post-install ├── pre-remove ├── sources └── version ├── dogefetch ├── build ├── checksums ├── sources └── version ├── dvtm ├── build ├── checksums ├── depends ├── sources └── version ├── ecl ├── build ├── checksums ├── depends ├── sources └── version ├── elinks ├── build ├── checksums ├── depends ├── sources └── version ├── emacs-compat ├── build ├── checksums ├── depends ├── sources └── version ├── emacs-kiss-git ├── build ├── depends ├── post-install ├── sources └── version ├── emacs-tsort ├── build ├── depends ├── sources └── version ├── emacs ├── build ├── checksums ├── depends ├── sources └── version ├── entr ├── build ├── checksums ├── sources └── version ├── erlang ├── build ├── checksums ├── depends ├── sources └── version ├── evremap ├── build ├── checksums ├── depends ├── sources └── version ├── evtest ├── build ├── checksums ├── sources └── version ├── exa ├── build ├── checksums ├── depends ├── files │ ├── exa.1 │ └── exa_colors.5 ├── sources └── version ├── execline ├── build ├── checksums ├── depends ├── sources └── version ├── exfatprogs ├── build ├── checksums ├── sources └── version ├── exiftool ├── build ├── checksums ├── depends ├── sources └── version ├── extra-cmake-modules ├── build ├── checksums ├── depends ├── sources └── version ├── falkon ├── build ├── checksums ├── depends ├── files │ └── falkon-privacy ├── patches │ ├── 0001-falkon-no-karchive.patch │ └── 0002-falkon-open-mpv.patch ├── sources └── version ├── fdk-aac ├── build ├── checksums ├── depends ├── sources └── version ├── fdm ├── build ├── checksums ├── depends ├── sources └── version ├── fff ├── build ├── checksums ├── depends ├── sources └── version ├── fftw ├── build ├── checksums ├── sources └── version ├── file ├── build ├── checksums ├── depends ├── sources └── version ├── flac ├── build ├── checksums ├── depends ├── sources └── version ├── flatpak ├── build ├── checksums ├── depends ├── post-install ├── sources └── version ├── fmt ├── build ├── checksums ├── depends ├── sources └── version ├── fnf ├── build ├── checksums ├── sources └── version ├── fortune ├── build ├── checksums ├── files │ ├── fortune │ └── kiss ├── sources └── version ├── fossil ├── build ├── checksums ├── sources └── version ├── freeglut ├── build ├── checksums ├── depends ├── sources └── version ├── fuse ├── build ├── checksums ├── depends ├── sources └── version ├── fuse2 ├── build ├── checksums ├── patches │ └── closefrom-glibc.patch ├── sources └── version ├── fzy ├── build ├── checksums ├── sources └── version ├── gawk ├── build ├── checksums ├── sources └── version ├── gc ├── build ├── checksums ├── sources └── version ├── gcompat ├── build ├── checksums ├── sources └── version ├── gdb ├── build ├── checksums ├── depends ├── sources └── version ├── ghostscript ├── build ├── checksums ├── depends ├── sources └── version ├── girara ├── build ├── checksums ├── depends ├── sources └── version ├── github-cli ├── build ├── checksums ├── depends ├── sources └── version ├── globe-cli ├── build ├── checksums ├── depends ├── sources └── version ├── glorytun ├── build ├── checksums ├── depends ├── sources └── version ├── glow-bin ├── build ├── checksums ├── sources └── version ├── gnu-netcat ├── build ├── checksums ├── sources └── version ├── gnupg1 ├── README ├── build ├── checksums ├── depends ├── sources └── version ├── gnupg2 ├── build ├── checksums ├── depends ├── sources └── version ├── gnutls ├── build ├── checksums ├── depends ├── sources └── version ├── go-bootstrap ├── build ├── checksums ├── patches │ └── posix-build-gcc-15.patch ├── sources └── version ├── go-ipfs ├── build ├── checksums ├── depends ├── files │ └── ipfs.run ├── sources └── version ├── go ├── build ├── checksums ├── depends ├── patches │ └── posix-build.patch ├── sources └── version ├── goimports ├── build ├── depends ├── sources └── version ├── gopls ├── build ├── checksums ├── depends ├── sources └── version ├── gperf ├── build ├── checksums ├── sources └── version ├── gpgme ├── build ├── checksums ├── depends ├── patches │ └── lfs64.patch ├── sources └── version ├── gphoto2 ├── build ├── checksums ├── depends ├── files │ └── libexif.patch ├── post-install ├── sources └── version ├── groff ├── build ├── checksums ├── depends ├── sources └── version ├── gron-git ├── build ├── depends ├── sources └── version ├── gsl ├── build ├── checksums ├── sources └── version ├── gspt ├── build ├── checksums ├── depends ├── patches │ └── hide-image.patch ├── sources └── version ├── gt5 ├── build ├── checksums ├── sources └── version ├── gtar ├── build ├── checksums ├── sources └── version ├── gtest ├── build ├── checksums ├── depends ├── sources └── version ├── guile3-fibers-git ├── build ├── depends ├── sources └── version ├── guile3 ├── build ├── checksums ├── depends ├── patches │ └── guile-3.0.10-c23.patch ├── sources └── version ├── gumbo-parser ├── build ├── checksums ├── sources └── version ├── hack ├── build ├── checksums ├── post-install ├── sources └── version ├── hexyl ├── build ├── checksums ├── depends ├── sources └── version ├── hostapd ├── build ├── checksums ├── depends ├── files │ └── hostapd.run ├── sources └── version ├── htop ├── build ├── checksums ├── depends ├── sources └── version ├── hugo ├── build ├── checksums ├── depends ├── sources └── version ├── hummingbird-git ├── build ├── sources └── version ├── icu ├── build ├── checksums ├── sources └── version ├── idmap ├── build ├── checksums ├── sources └── version ├── imagemagick ├── build ├── checksums ├── depends ├── sources └── version ├── imath ├── build ├── checksums ├── depends ├── sources └── version ├── inih ├── build ├── checksums ├── depends ├── sources └── version ├── iniparser ├── build ├── checksums ├── sources └── version ├── init-hooks ├── build ├── sources └── version ├── iosevka-nerd-fonts ├── build ├── checksums ├── sources └── version ├── iperf ├── build ├── checksums ├── depends ├── sources └── version ├── iproute2 ├── build ├── checksums ├── depends ├── patches │ └── make-iproute2-fhs-compliant.patch ├── sources └── version ├── iptables ├── build ├── checksums ├── patches │ └── use-sh-iptables-apply.patch ├── sources └── version ├── isync ├── build ├── checksums ├── depends ├── sources └── version ├── iw ├── build ├── checksums ├── depends ├── sources └── version ├── jbig2dec ├── build ├── checksums ├── depends ├── sources └── version ├── jo ├── build ├── checksums ├── sources └── version ├── jq ├── build ├── checksums ├── sources └── version ├── json-glib ├── build ├── checksums ├── depends ├── sources └── version ├── kak-lsp-bin ├── build ├── checksums ├── depends ├── sources └── version ├── kakoune ├── README ├── build ├── checksums ├── depends ├── sources └── version ├── kexec-tools ├── build ├── checksums ├── depends ├── sources └── version ├── keyutils ├── build ├── checksums ├── sources └── version ├── kfc ├── build ├── checksums ├── sources └── version ├── kiss-find ├── build ├── checksums ├── sources └── version ├── kmod ├── build ├── checksums ├── depends ├── patches │ └── fix-ln.patch ├── sources └── version ├── lcms ├── build ├── checksums ├── depends ├── sources └── version ├── ldns ├── build ├── checksums ├── post-install ├── sources └── version ├── less ├── build ├── checksums ├── depends ├── sources └── version ├── libaio ├── build ├── checksums ├── sources └── version ├── libarchive ├── build ├── checksums ├── depends ├── sources └── version ├── libassuan ├── build ├── checksums ├── depends ├── sources └── version ├── libatomic_ops ├── build ├── checksums ├── sources └── version ├── libbpf ├── build ├── checksums ├── depends ├── sources └── version ├── libburn ├── build ├── checksums ├── depends ├── sources └── version ├── libcap ├── build ├── checksums ├── patches │ └── no-bash.patch ├── sources └── version ├── libconfig ├── build ├── checksums ├── sources └── version ├── libcupsfilters ├── build ├── checksums ├── depends ├── sources └── version ├── libdvdcss ├── build ├── checksums ├── sources └── version ├── libedit ├── build ├── checksums ├── depends ├── sources └── version ├── libev ├── build ├── checksums ├── sources └── version ├── libevent ├── build ├── checksums ├── depends ├── sources └── version ├── libexif ├── build ├── checksums ├── sources └── version ├── libgcrypt ├── build ├── checksums ├── depends ├── sources └── version ├── libgpg-error ├── build ├── checksums ├── sources └── version ├── libgphoto2 ├── build ├── checksums ├── depends ├── sources └── version ├── libisoburn ├── build ├── checksums ├── depends ├── sources └── version ├── libisofs ├── build ├── checksums ├── depends ├── sources └── version ├── libjpeg ├── build ├── checksums ├── sources └── version ├── libksba ├── build ├── checksums ├── depends ├── sources └── version ├── libmupdf ├── build ├── checksums ├── depends ├── files │ └── mupdf.pc.in ├── patches │ ├── no-openjpeg.patch │ └── objcopy.patch ├── sources └── version ├── libnl ├── build ├── checksums ├── sources └── version ├── libpcap ├── build ├── checksums ├── sources └── version ├── libportaudio2 ├── build ├── checksums ├── sources └── version ├── libppd ├── build ├── checksums ├── depends ├── sources └── version ├── libpsl ├── build ├── checksums ├── depends ├── sources └── version ├── libseccomp ├── build ├── checksums ├── depends ├── sources └── version ├── libsixel ├── build ├── checksums ├── depends ├── sources └── version ├── libslirp ├── build ├── checksums ├── depends ├── sources └── version ├── libsndfile ├── build ├── checksums ├── depends ├── sources └── version ├── libsodium ├── build ├── checksums ├── sources └── version ├── libssh ├── build ├── checksums ├── depends ├── sources └── version ├── libtermkey ├── build ├── checksums ├── depends ├── patches │ └── static-no-libtool.patch ├── sources └── version ├── libtool ├── build ├── checksums ├── depends ├── sources └── version ├── libtorrent ├── build ├── checksums ├── depends ├── sources └── version ├── libunistring ├── build ├── checksums ├── sources └── version ├── liburing ├── build ├── checksums ├── depends ├── sources └── version ├── libusb ├── build ├── checksums ├── sources └── version ├── libutemper ├── build ├── checksums ├── sources └── version ├── libuv ├── build ├── checksums ├── depends ├── sources └── version ├── libvncserver ├── build ├── checksums ├── depends ├── sources └── version ├── libwebsockets ├── build ├── checksums ├── depends ├── sources └── version ├── libxdp ├── build ├── checksums ├── depends ├── sources └── version ├── libxml2 ├── build ├── checksums ├── depends ├── sources └── version ├── libxmlb ├── build ├── checksums ├── depends ├── sources └── version ├── libxslt ├── build ├── checksums ├── depends ├── sources └── version ├── libyaml ├── build ├── checksums ├── sources └── version ├── limine ├── README ├── build ├── checksums ├── depends ├── sources └── version ├── links ├── build ├── checksums ├── depends ├── sources └── version ├── lm-sensors ├── build ├── checksums ├── depends ├── sources └── version ├── lpeg ├── build ├── checksums ├── depends ├── patches │ └── build-static-lib.patch ├── sources └── version ├── lsof ├── build ├── checksums ├── sources └── version ├── lua ├── build ├── checksums ├── files │ └── lua.pc ├── sources └── version ├── luajit ├── build ├── checksums ├── sources └── version ├── lux ├── build ├── checksums ├── patches │ └── portability.patch ├── post-install ├── sources └── version ├── lvm2 ├── build ├── checksums ├── depends ├── patches │ ├── 0001-lvresize-use-POSIX-shell.patch │ ├── fix-stdio-usage.patch │ ├── library_dir-default-config.patch │ └── mlockall-default-config.patch ├── sources └── version ├── lz4 ├── build ├── checksums ├── sources └── version ├── lzo ├── build ├── checksums ├── sources └── version ├── mblaze ├── build ├── checksums ├── sources └── version ├── mdev-usb ├── build ├── checksums ├── files │ └── dev-bus-usb ├── post-install ├── pre-remove ├── sources └── version ├── mediainfo ├── README ├── build ├── checksums ├── depends ├── patches │ └── fix_configure.patch ├── sources └── version ├── mg ├── build ├── checksums ├── depends ├── sources └── version ├── minikube ├── build ├── checksums ├── depends ├── sources └── version ├── mksh ├── build ├── checksums ├── sources └── version ├── mosh ├── build ├── checksums ├── depends ├── patches │ └── use_cxx17.patch ├── sources └── version ├── msgpack-c ├── build ├── checksums ├── depends ├── sources └── version ├── msmtp ├── build ├── checksums ├── depends ├── sources └── version ├── mtools ├── build ├── checksums ├── sources └── version ├── mtpaint ├── build ├── checksums ├── depends ├── sources └── version ├── mtr ├── build ├── checksums ├── depends ├── sources └── version ├── nano ├── build ├── checksums ├── depends ├── sources └── version ├── nawk-git ├── build ├── sources └── version ├── ncdu1 ├── build ├── checksums ├── depends ├── sources └── version ├── neatvnc ├── build ├── checksums ├── depends ├── sources └── version ├── neofetch ├── build ├── checksums ├── depends ├── sources └── version ├── neomutt ├── build ├── checksums ├── depends ├── sources └── version ├── neovim ├── build ├── checksums ├── depends ├── sources └── version ├── nettle ├── build ├── checksums ├── depends ├── sources └── version ├── nmap ├── build ├── checksums ├── sources └── version ├── npth ├── build ├── checksums ├── sources └── version ├── nq ├── build ├── checksums ├── sources └── version ├── nsd ├── build ├── checksums ├── depends ├── files │ └── nsd.run ├── sources └── version ├── ntfs-3g ├── build ├── checksums ├── sources └── version ├── numactl ├── build ├── checksums ├── sources └── version ├── oksh ├── build ├── checksums ├── depends ├── sources └── version ├── openjpeg2 ├── build ├── checksums ├── depends ├── sources └── version ├── openntpd ├── build ├── checksums ├── depends ├── files │ └── ntpd.run ├── post-install ├── sources └── version ├── optipng ├── build ├── checksums ├── depends ├── sources └── version ├── ostree ├── build ├── checksums ├── depends ├── sources └── version ├── ox ├── build ├── checksums ├── depends ├── sources └── version ├── pandoc-bin ├── build ├── checksums ├── sources └── version ├── pash ├── build ├── checksums ├── depends ├── sources └── version ├── patch ├── build ├── checksums ├── sources └── version ├── patchelf ├── build ├── checksums ├── sources └── version ├── pciutils ├── build ├── checksums ├── depends ├── sources └── version ├── perl ├── build ├── checksums ├── depends ├── sources └── version ├── pfetch ├── build ├── checksums ├── sources └── version ├── pick ├── build ├── checksums ├── depends ├── patches │ └── fix-build.patch ├── sources └── version ├── pinentry ├── build ├── checksums ├── depends ├── sources └── version ├── pipewire ├── build ├── checksums ├── depends ├── patches │ ├── autostart-session-manager.patch │ └── libudev-zero.patch ├── post-install ├── sources └── version ├── pkcs11-helper ├── build ├── checksums ├── depends ├── sources └── version ├── pmount ├── build ├── checksums ├── depends ├── sources └── version ├── poppler-data ├── build ├── checksums ├── sources └── version ├── poppler ├── build ├── checksums ├── depends ├── sources └── version ├── popt ├── build ├── checksums ├── sources └── version ├── pounce ├── build ├── checksums ├── depends ├── sources └── version ├── powertop ├── build ├── checksums ├── depends ├── sources └── version ├── pqiv ├── README ├── build ├── checksums ├── depends ├── post-install ├── sources └── version ├── procps-ng ├── build ├── checksums ├── depends ├── sources └── version ├── protobuf-c ├── build ├── checksums ├── depends ├── sources └── version ├── protobuf ├── build ├── checksums ├── sources └── version ├── pv ├── build ├── checksums ├── sources └── version ├── pybind11 ├── build ├── checksums ├── depends ├── sources └── version ├── pystring ├── build ├── checksums ├── depends ├── patches │ └── cmake.patch ├── sources └── version ├── qbe ├── build ├── checksums ├── sources └── version ├── qemu ├── build ├── checksums ├── depends ├── patches │ ├── CVE-2021-20255.patch │ └── musl-initialise-msghdr.patch ├── sources └── version ├── qpdf ├── build ├── checksums ├── depends ├── sources └── version ├── qrencode ├── build ├── checksums ├── depends ├── sources └── version ├── qt5-declarative ├── build ├── checksums ├── depends ├── sources └── version ├── qt5-svg ├── build ├── checksums ├── depends ├── sources └── version ├── qt5-wayland ├── build ├── checksums ├── depends ├── sources └── version ├── qt5-webchannel ├── build ├── checksums ├── depends ├── sources └── version ├── qt5-webengine ├── build ├── checksums ├── depends ├── patches │ ├── 01-chromium-musl-syscalls.patch │ ├── 02-fix-chromium-build.patch │ ├── 03-musl-hacks.patch │ ├── 04-musl-sandbox.patch │ ├── 05-nasm.patch │ ├── 06-musl-crashpad.patch │ ├── 07-musl-dispatch-to-musl.patch │ ├── 08-musl-elf-arm.patch │ ├── 09-musl-execinfo.patch │ ├── 10-musl-mallinfo.patch │ ├── 11-musl-pread-pwrite.patch │ ├── 12-musl-pvalloc.patch │ ├── 13-musl-resolve.patch │ ├── 14-musl-siginfo-t.patch │ ├── 15-musl-stackstart.patch │ ├── 16-musl-sysreg-for__WORDSIZE.patch │ ├── 17-musl-thread-stacksize.patch │ ├── 18-remove-glibc-and-dbus.patch │ └── 19-python3.patch ├── sources └── version ├── qt5 ├── build ├── checksums ├── depends ├── files │ └── qt.conf ├── sources └── version ├── ranger ├── build ├── checksums ├── depends ├── patches │ └── 081e73152a9391211770fab56676d7d974413ae6.patch ├── sources └── version ├── readline ├── build ├── checksums ├── depends ├── sources └── version ├── reptyr ├── build ├── checksums ├── depends ├── sources └── version ├── retrogram-rtlsdr ├── build ├── depends ├── sources └── version ├── ripgrep ├── build ├── checksums ├── depends ├── sources └── version ├── rsync ├── build ├── checksums ├── depends ├── sources └── version ├── rtorrent ├── build ├── checksums ├── depends ├── sources └── version ├── ruby ├── build ├── checksums ├── depends ├── sources └── version ├── runc ├── build ├── checksums ├── depends ├── sources └── version ├── runit ├── build ├── checksums ├── files │ ├── 2 │ ├── poweroff │ └── reboot ├── patches │ ├── clearmem.patch │ ├── svlogd.patch │ └── utmpset-time_t.patch ├── sources └── version ├── rustup-bin ├── build ├── checksums ├── sources └── version ├── s6-linux-init ├── build ├── checksums ├── depends ├── patches │ └── kiss.patch ├── post-install ├── sources └── version ├── s6-rc ├── build ├── checksums ├── depends ├── sources └── version ├── s6 ├── build ├── checksums ├── depends ├── sources └── version ├── sane ├── build ├── checksums ├── depends ├── sources └── version ├── sbase ├── build ├── checksums ├── patches │ └── tar-dash-remove.patch ├── sources └── version ├── sbcl ├── build ├── checksums ├── sources └── version ├── sc-im ├── build ├── checksums ├── depends ├── sources └── version ├── sc ├── build ├── checksums ├── depends ├── sources └── version ├── sccache ├── README ├── build ├── checksums ├── depends ├── post-install ├── sources └── version ├── scenefx ├── build ├── checksums ├── depends ├── sources └── version ├── scrcpy ├── build ├── checksums ├── depends ├── sources └── version ├── scroll ├── build ├── sources └── version ├── scryer-prolog ├── build ├── checksums ├── depends ├── sources └── version ├── sdl2 ├── build ├── checksums ├── depends ├── sources └── version ├── secret ├── build ├── checksums ├── sources └── version ├── sed-i ├── build ├── checksums ├── post-install ├── sources └── version ├── sed ├── build ├── checksums ├── sources └── version ├── senpai ├── build ├── checksums ├── depends ├── sources └── version ├── sfeed ├── build ├── checksums ├── depends ├── sources └── version ├── sgt-puzzles ├── build ├── checksums ├── depends ├── sources └── version ├── shellcheck-bin ├── build ├── checksums ├── sources └── version ├── shepherd ├── build ├── checksums ├── depends ├── sources └── version ├── shfm ├── build ├── checksums ├── sources └── version ├── shfmt-bin ├── build ├── checksums ├── sources └── version ├── shinit ├── build ├── checksums ├── sources └── version ├── sinit ├── build ├── checksums ├── depends ├── files │ ├── config.h │ ├── poweroff │ ├── reboot │ └── sinit-launch-services.boot ├── post-install ├── sources └── version ├── slang ├── build ├── checksums ├── depends ├── sources └── version ├── slides ├── build ├── checksums ├── depends ├── sources └── version ├── slirp4netns ├── build ├── checksums ├── depends ├── sources └── version ├── smu-karlb ├── build ├── sources └── version ├── spotify-player ├── build ├── checksums ├── depends ├── sources └── version ├── spotifyd ├── build ├── checksums ├── depends ├── patches │ └── bump-libc.patch ├── sources └── version ├── squashfs-tools ├── build ├── checksums ├── depends ├── sources └── version ├── sudo ├── build ├── checksums ├── sources └── version ├── swappy ├── build ├── checksums ├── depends ├── patches │ └── no-po.patch ├── sources └── version ├── swaybg ├── build ├── checksums ├── depends ├── sources └── version ├── swayfx ├── build ├── checksums ├── depends ├── sources └── version ├── swayidle ├── build ├── checksums ├── depends ├── sources └── version ├── swaylock ├── build ├── checksums ├── depends ├── sources └── version ├── swww ├── build ├── checksums ├── depends ├── sources └── version ├── syncthing ├── README ├── build ├── checksums ├── depends ├── sources └── version ├── sysmgr ├── build ├── checksums ├── files │ ├── respawn │ ├── sysmgr.boot │ └── sysmgr.pre.shutdown ├── post-install ├── sources └── version ├── tcc ├── build ├── sources └── version ├── tdb ├── build ├── checksums ├── depends ├── sources └── version ├── tea ├── build ├── checksums ├── depends ├── sources └── version ├── terminus-font ├── build ├── checksums ├── depends ├── post-install ├── sources └── version ├── tiff ├── build ├── checksums ├── depends ├── sources └── version ├── tig ├── build ├── checksums ├── depends ├── sources └── version ├── tinygo-bin ├── build ├── checksums ├── depends ├── sources └── version ├── tinyramfs-git ├── build ├── sources └── version ├── tiv ├── build ├── checksums ├── depends ├── sources └── version ├── tmate ├── build ├── checksums ├── depends ├── sources └── version ├── tmux ├── build ├── checksums ├── depends ├── sources └── version ├── tokei ├── build ├── checksums ├── depends ├── sources └── version ├── totp ├── build ├── checksums ├── sources └── version ├── transmission ├── build ├── checksums ├── depends ├── sources └── version ├── tre ├── build ├── checksums ├── sources └── version ├── tree ├── build ├── checksums ├── sources └── version ├── ttf-font-awesome ├── build ├── checksums ├── sources └── version ├── ttf-jetbrains-mono ├── build ├── checksums ├── sources └── version ├── ttyd ├── build ├── checksums ├── depends ├── sources └── version ├── tuitube ├── build ├── depends ├── sources └── version ├── twemoji-color-font ├── build ├── checksums ├── sources └── version ├── typescript-language-server ├── build ├── checksums ├── depends ├── sources └── version ├── uacme ├── build ├── checksums ├── depends ├── sources └── version ├── ubase ├── build ├── checksums ├── patches │ └── mount-fix-mount-o-move.patch ├── sources └── version ├── ugrep ├── build ├── checksums ├── sources └── version ├── umurmur ├── build ├── checksums ├── depends ├── sources └── version ├── unbound ├── build ├── checksums ├── depends ├── files │ └── unbound.run ├── sources └── version ├── unzip ├── build ├── checksums ├── depends ├── patches │ ├── 0001-Fix-CVE-2016-9844-rhbz-1404283.patch │ ├── series │ ├── unzip-6.0-COVSCAN-fix-unterminated-string.patch │ ├── unzip-6.0-alt-iconv-utf8-print.patch │ ├── unzip-6.0-alt-iconv-utf8.patch │ ├── unzip-6.0-attribs-overflow.patch │ ├── unzip-6.0-bzip2-configure.patch │ ├── unzip-6.0-caseinsensitive.patch │ ├── unzip-6.0-close.patch │ ├── unzip-6.0-configure.patch │ ├── unzip-6.0-cve-2014-8139.patch │ ├── unzip-6.0-cve-2014-8140.patch │ ├── unzip-6.0-cve-2014-8141.patch │ ├── unzip-6.0-cve-2018-1000035-heap-based-overflow.patch │ ├── unzip-6.0-cve-2018-18384.patch │ ├── unzip-6.0-exec-shield.patch │ ├── unzip-6.0-fix-recmatch.patch │ ├── unzip-6.0-format-secure.patch │ ├── unzip-6.0-heap-overflow-infloop.patch │ ├── unzip-6.0-manpage-fix.patch │ ├── unzip-6.0-overflow-long-fsize.patch │ ├── unzip-6.0-overflow.patch │ ├── unzip-6.0-symlink.patch │ ├── unzip-6.0-timestamp.patch │ ├── unzip-6.0-valgrind.patch │ ├── unzip-6.0-x-option.patch │ ├── unzip-6.0_CVE-2021-4217.patch │ ├── unzip-zipbomb-manpage.patch │ ├── unzip-zipbomb-part1.patch │ ├── unzip-zipbomb-part2.patch │ └── unzip-zipbomb-part3.patch ├── sources └── version ├── uthash ├── build ├── checksums ├── sources └── version ├── virglrenderer ├── build ├── checksums ├── depends ├── sources └── version ├── vis ├── build ├── checksums ├── depends ├── patches │ └── wl-clipboard.patch ├── sources └── version ├── viu ├── build ├── checksums ├── depends ├── sources └── version ├── vmwh ├── build ├── checksums ├── depends ├── patches │ └── no-strnvis.patch ├── sources └── version ├── vundle ├── build ├── checksums ├── depends ├── sources └── version ├── wayvnc ├── build ├── checksums ├── depends ├── sources └── version ├── wireguard-tools ├── build ├── checksums ├── depends ├── post-install ├── sources └── version ├── wireless_tools ├── build ├── checksums ├── sources └── version ├── wl-clipboard ├── build ├── checksums ├── depends ├── sources └── version ├── wl-screenrec ├── build ├── checksums ├── depends ├── sources └── version ├── wlr-randr ├── build ├── checksums ├── depends ├── sources └── version ├── wmenu ├── build ├── checksums ├── depends ├── sources └── version ├── xxd ├── build ├── checksums ├── sources └── version ├── yajl ├── build ├── checksums ├── sources └── version ├── yarn ├── build ├── checksums ├── depends ├── sources └── version ├── yash ├── build ├── checksums ├── depends ├── sources └── version ├── yasm ├── build ├── checksums ├── sources └── version ├── yt-dlp ├── build ├── checksums ├── depends ├── files │ └── youtube-dl ├── sources └── version ├── ytfzf ├── build ├── checksums ├── depends ├── post-install ├── sources └── version ├── zathura-cb ├── build ├── checksums ├── depends ├── sources └── version ├── zathura-djvu ├── build ├── checksums ├── depends ├── sources └── version ├── zathura-pdf-mupdf ├── build ├── checksums ├── depends ├── patches │ └── fix-meson.build.patch ├── sources └── version ├── zathura-pdf-poppler ├── build ├── checksums ├── depends ├── sources └── version ├── zathura ├── README ├── build ├── checksums ├── depends ├── files │ ├── zathura-sandbox.1 │ ├── zathura.1 │ └── zathurarc.5 ├── patches │ └── remove_gettext.patch ├── sources └── version ├── zig-bin ├── build ├── checksums ├── sources └── version ├── zip ├── build ├── checksums ├── depends ├── patches │ ├── zip-3.0-currdir.patch │ ├── zip-3.0-exec-shield.patch │ ├── zip-3.0-format-security.patch │ ├── zip-3.0-gcc-14.patch │ └── zipnote.patch ├── sources └── version ├── zls-bin ├── build ├── checksums ├── sources └── version ├── zsh ├── build ├── checksums ├── depends ├── files │ └── zprofile ├── patches │ └── zsh-Avoid-incompatible-pointer-types-in-terminfo-g.patch ├── sources └── version └── zzz ├── build ├── checksums ├── files ├── zzz └── zzz.8 ├── sources └── version /community/9base/sources: -------------------------------------------------------------------------------- 1 | git+https://git.suckless.org/9base 2 | -------------------------------------------------------------------------------- /community/9base/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/abduco/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make 4 | make DESTDIR="$1" PREFIX=/usr install 5 | -------------------------------------------------------------------------------- /community/abduco/checksums: -------------------------------------------------------------------------------- 1 | 36498a484bbd3ab7a10b4036a272ea3912159b55155e7ff576453d4f60221fa37a 2 | -------------------------------------------------------------------------------- /community/abduco/sources: -------------------------------------------------------------------------------- 1 | https://www.brain-dump.org/projects/abduco/abduco-0.6.tar.gz 2 | -------------------------------------------------------------------------------- /community/abduco/version: -------------------------------------------------------------------------------- 1 | 0.6 1 2 | -------------------------------------------------------------------------------- /community/aerc/checksums: -------------------------------------------------------------------------------- 1 | 33e5f3e7be90cd5afe0552c87e7ba46d822f14354827feab931074f1b287a967ff 2 | -------------------------------------------------------------------------------- /community/aerc/depends: -------------------------------------------------------------------------------- 1 | go make 2 | scdoc make 3 | -------------------------------------------------------------------------------- /community/aerc/sources: -------------------------------------------------------------------------------- 1 | https://git.sr.ht/~rjarry/aerc/archive/0.18.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/aerc/version: -------------------------------------------------------------------------------- 1 | 0.18.2 1 2 | -------------------------------------------------------------------------------- /community/age/checksums: -------------------------------------------------------------------------------- 1 | 44c9f20bff8ba10efbeae04117d42609c60ad3877c347905cb653488d12f18c955 2 | -------------------------------------------------------------------------------- /community/age/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/age/sources: -------------------------------------------------------------------------------- 1 | https://github.com/FiloSottile/age/archive/v1.2.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/age/version: -------------------------------------------------------------------------------- 1 | 1.2.1 1 2 | -------------------------------------------------------------------------------- /community/amfora/checksums: -------------------------------------------------------------------------------- 1 | 4f8aead57a449e9bd6212064ccc16c7572e1b2c5d5f1c629865371750849851bac 2 | -------------------------------------------------------------------------------- /community/amfora/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/amfora/version: -------------------------------------------------------------------------------- 1 | 1.10.0 1 2 | -------------------------------------------------------------------------------- /community/aml/checksums: -------------------------------------------------------------------------------- 1 | f61f3be3cdbac6bd45bac9d2ca2b30275b2598a747abff7bc9ef4c1214eb8f38ac 2 | -------------------------------------------------------------------------------- /community/aml/depends: -------------------------------------------------------------------------------- 1 | meson make 2 | -------------------------------------------------------------------------------- /community/aml/sources: -------------------------------------------------------------------------------- 1 | https://github.com/any1/aml/archive/refs/tags/v0.3.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/aml/version: -------------------------------------------------------------------------------- 1 | 0.3.0 1 2 | -------------------------------------------------------------------------------- /community/android-tools/version: -------------------------------------------------------------------------------- 1 | 35.0.2 1 2 | -------------------------------------------------------------------------------- /community/appstream/version: -------------------------------------------------------------------------------- 1 | 1.0.4 2 2 | -------------------------------------------------------------------------------- /community/apulse/depends: -------------------------------------------------------------------------------- 1 | alsa-lib 2 | cmake make 3 | glib 4 | -------------------------------------------------------------------------------- /community/apulse/version: -------------------------------------------------------------------------------- 1 | 0.1.13 1 2 | -------------------------------------------------------------------------------- /community/aria2/checksums: -------------------------------------------------------------------------------- 1 | 3bbcdab01287298f20e90064b2e5fa8b1ab76c112b797ea2e450ebf2123e845f20 2 | -------------------------------------------------------------------------------- /community/aria2/depends: -------------------------------------------------------------------------------- 1 | openssl 2 | xz 3 | zlib 4 | -------------------------------------------------------------------------------- /community/aria2/version: -------------------------------------------------------------------------------- 1 | 1.36.0 1 2 | -------------------------------------------------------------------------------- /community/asciinema/depends: -------------------------------------------------------------------------------- 1 | python 2 | -------------------------------------------------------------------------------- /community/asciinema/version: -------------------------------------------------------------------------------- 1 | 2.4.0 1 2 | -------------------------------------------------------------------------------- /community/autoconf-archive/version: -------------------------------------------------------------------------------- 1 | 2024.10.16 1 2 | -------------------------------------------------------------------------------- /community/autoconf/depends: -------------------------------------------------------------------------------- 1 | m4 2 | perl 3 | -------------------------------------------------------------------------------- /community/autoconf/sources: -------------------------------------------------------------------------------- 1 | https://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.72.tar.gz 2 | -------------------------------------------------------------------------------- /community/autoconf/version: -------------------------------------------------------------------------------- 1 | 2.72 1 2 | -------------------------------------------------------------------------------- /community/automake/depends: -------------------------------------------------------------------------------- 1 | autoconf 2 | perl 3 | -------------------------------------------------------------------------------- /community/automake/sources: -------------------------------------------------------------------------------- 1 | https://ftp.gnu.org/gnu/automake/automake-1.17.tar.gz 2 | -------------------------------------------------------------------------------- /community/automake/version: -------------------------------------------------------------------------------- 1 | 1.17 1 2 | -------------------------------------------------------------------------------- /community/axel/checksums: -------------------------------------------------------------------------------- 1 | d48f3bc329bccf0ddbb00c36e5f8a114c50dc06acc61b38ed956f7035589c7f31d 2 | -------------------------------------------------------------------------------- /community/axel/depends: -------------------------------------------------------------------------------- 1 | openssl 2 | -------------------------------------------------------------------------------- /community/axel/version: -------------------------------------------------------------------------------- 1 | 2.17.14 1 2 | -------------------------------------------------------------------------------- /community/bandwhich/depends: -------------------------------------------------------------------------------- 1 | gcc 2 | rust make 3 | -------------------------------------------------------------------------------- /community/bandwhich/sources: -------------------------------------------------------------------------------- 1 | https://github.com/imsnif/bandwhich/archive/v0.23.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/bandwhich/version: -------------------------------------------------------------------------------- 1 | 0.23.1 1 2 | -------------------------------------------------------------------------------- /community/bash/checksums: -------------------------------------------------------------------------------- 1 | 6f2d5b392122a62b1f3c1b70a950d8373ef52dc01ecefcdf217f9e0d677322404f 2 | -------------------------------------------------------------------------------- /community/bash/depends: -------------------------------------------------------------------------------- 1 | bison make 2 | ncurses 3 | -------------------------------------------------------------------------------- /community/bash/version: -------------------------------------------------------------------------------- 1 | 5.2.p37 1 2 | -------------------------------------------------------------------------------- /community/bat/checksums: -------------------------------------------------------------------------------- 1 | 0c12529d8ad53287c2494d7b610a19bdae68177598c95c652c1363134a8123927c 2 | -------------------------------------------------------------------------------- /community/bat/depends: -------------------------------------------------------------------------------- 1 | less 2 | rust make 3 | -------------------------------------------------------------------------------- /community/bat/sources: -------------------------------------------------------------------------------- 1 | https://github.com/sharkdp/bat/archive/v0.24.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/bat/version: -------------------------------------------------------------------------------- 1 | 0.24.0 1 2 | -------------------------------------------------------------------------------- /community/bc/checksums: -------------------------------------------------------------------------------- 1 | c21209c730a0c7790543e4be9610bb95bb9038da596ef8daff413de29fbe59de1e 2 | -------------------------------------------------------------------------------- /community/bc/sources: -------------------------------------------------------------------------------- 1 | https://ftp.gnu.org/gnu/bc/bc-1.07.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/bc/version: -------------------------------------------------------------------------------- 1 | 1.07.1 1 2 | -------------------------------------------------------------------------------- /community/bemenu/checksums: -------------------------------------------------------------------------------- 1 | fbab9ad6160480a316bed26d40e5b6d21993aa07011d426661a9d43a015d72729e 2 | -------------------------------------------------------------------------------- /community/bemenu/version: -------------------------------------------------------------------------------- 1 | 0.6.23 1 2 | -------------------------------------------------------------------------------- /community/birch/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | install -Dm755 birch "$1/usr/bin/birch" 4 | -------------------------------------------------------------------------------- /community/birch/depends: -------------------------------------------------------------------------------- 1 | bash 2 | -------------------------------------------------------------------------------- /community/birch/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/dylanaraps/birch 2 | -------------------------------------------------------------------------------- /community/birch/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/bit-bin/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | install -Dm755 bit "$1/usr/bin/bit" 4 | -------------------------------------------------------------------------------- /community/bit-bin/checksums: -------------------------------------------------------------------------------- 1 | 55671d40b64bc47c210ce85dfa3b507de45dcc30a45a7a97736f09b78c5f31aa6e 2 | -------------------------------------------------------------------------------- /community/bit-bin/depends: -------------------------------------------------------------------------------- 1 | git 2 | -------------------------------------------------------------------------------- /community/bit-bin/version: -------------------------------------------------------------------------------- 1 | 1.1.2 1 2 | -------------------------------------------------------------------------------- /community/boost/checksums: -------------------------------------------------------------------------------- 1 | 4917446aea6b51aa1575719de53d8e623f62552f6080fc22b8a7644c962e886d17 2 | -------------------------------------------------------------------------------- /community/boost/depends: -------------------------------------------------------------------------------- 1 | linux-headers make 2 | python 3 | -------------------------------------------------------------------------------- /community/boost/sources: -------------------------------------------------------------------------------- 1 | https://archives.boost.io/release/1.88.0/source/boost_1_88_0.tar.bz2 2 | -------------------------------------------------------------------------------- /community/boost/version: -------------------------------------------------------------------------------- 1 | 1.88.0 1 2 | -------------------------------------------------------------------------------- /community/bottom/checksums: -------------------------------------------------------------------------------- 1 | ba38b1b1d846879af5fdb59d3293c6dc0f54cdc1e95860027fb899475ff226d5cf 2 | -------------------------------------------------------------------------------- /community/bottom/depends: -------------------------------------------------------------------------------- 1 | rust make 2 | -------------------------------------------------------------------------------- /community/bottom/sources: -------------------------------------------------------------------------------- 1 | https://github.com/ClementTsang/bottom/archive/0.9.6.tar.gz 2 | -------------------------------------------------------------------------------- /community/bottom/version: -------------------------------------------------------------------------------- 1 | 0.9.6 1 2 | -------------------------------------------------------------------------------- /community/brlaser/checksums: -------------------------------------------------------------------------------- 1 | 218bdc06852b5030b356b9b6123eeddb303c15bb81b670a4e078f58ea6c192c9c1 2 | -------------------------------------------------------------------------------- /community/brlaser/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | cups 3 | cups-filters 4 | ghostscript 5 | -------------------------------------------------------------------------------- /community/brlaser/sources: -------------------------------------------------------------------------------- 1 | https://github.com/pdewacht/brlaser/archive/v6.tar.gz 2 | -------------------------------------------------------------------------------- /community/brlaser/version: -------------------------------------------------------------------------------- 1 | 6 1 2 | -------------------------------------------------------------------------------- /community/brotli/checksums: -------------------------------------------------------------------------------- 1 | df15ff5f4a14f9d85ba9f70afba46f8d85f079cefa6d213b8c7f4e8aa1d3885b95 2 | -------------------------------------------------------------------------------- /community/brotli/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | -------------------------------------------------------------------------------- /community/brotli/sources: -------------------------------------------------------------------------------- 1 | https://github.com/google/brotli/archive/refs/tags/v1.1.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/brotli/version: -------------------------------------------------------------------------------- 1 | 1.1.0 1 2 | -------------------------------------------------------------------------------- /community/btop/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make 4 | make PREFIX=/usr DESTDIR="$1" install 5 | -------------------------------------------------------------------------------- /community/btop/checksums: -------------------------------------------------------------------------------- 1 | 9627fc78f0f5c0fb7bd5350e059b9ccdbc56c6c95bdb139fc142a1ba1d5d8fb601 2 | -------------------------------------------------------------------------------- /community/btop/sources: -------------------------------------------------------------------------------- 1 | https://github.com/aristocratos/btop/archive/refs/tags/v1.3.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/btop/version: -------------------------------------------------------------------------------- 1 | 1.3.2 1 2 | -------------------------------------------------------------------------------- /community/btrfs-progs/version: -------------------------------------------------------------------------------- 1 | 6.14 1 2 | -------------------------------------------------------------------------------- /community/bubblewrap/depends: -------------------------------------------------------------------------------- 1 | libcap 2 | meson make 3 | -------------------------------------------------------------------------------- /community/bubblewrap/version: -------------------------------------------------------------------------------- 1 | 0.11.0 1 2 | -------------------------------------------------------------------------------- /community/cantarell-fonts/version: -------------------------------------------------------------------------------- 1 | 0.301 1 2 | -------------------------------------------------------------------------------- /community/catgirl/depends: -------------------------------------------------------------------------------- 1 | libretls 2 | ncurses 3 | pkgconf make 4 | -------------------------------------------------------------------------------- /community/catgirl/version: -------------------------------------------------------------------------------- 1 | 2.2a 1 2 | -------------------------------------------------------------------------------- /community/cava/checksums: -------------------------------------------------------------------------------- 1 | 862ee915c3ee25ce5d4ee180fc0c107a1d6c9b969a9824a2c21591164c95f99f35 2 | -------------------------------------------------------------------------------- /community/cava/sources: -------------------------------------------------------------------------------- 1 | https://github.com/karlstav/cava/archive/refs/tags/0.10.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/cava/version: -------------------------------------------------------------------------------- 1 | 0.10.2 1 2 | -------------------------------------------------------------------------------- /community/ccrypt/checksums: -------------------------------------------------------------------------------- 1 | fe5957eeddfb2f6cdbb23a808cb5529a091259249283b9ea227f25415f61aa3064 2 | -------------------------------------------------------------------------------- /community/ccrypt/sources: -------------------------------------------------------------------------------- 1 | http://downloads.sourceforge.net/ccrypt/ccrypt-1.11.tar.gz 2 | -------------------------------------------------------------------------------- /community/ccrypt/version: -------------------------------------------------------------------------------- 1 | 1.11 1 2 | -------------------------------------------------------------------------------- /community/cfm/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make 4 | make DESTDIR="$1" PREFIX="/usr" install 5 | -------------------------------------------------------------------------------- /community/cfm/checksums: -------------------------------------------------------------------------------- 1 | f6dc7fca8b7d2f194abd50e91f3daf2e268f24903de38cf98205cc43f313383ab5 2 | -------------------------------------------------------------------------------- /community/cfm/sources: -------------------------------------------------------------------------------- 1 | https://github.com/willeccles/cfm/archive/v0.6.6.tar.gz 2 | -------------------------------------------------------------------------------- /community/cfm/version: -------------------------------------------------------------------------------- 1 | 0.6.6 3 2 | -------------------------------------------------------------------------------- /community/chicken/checksums: -------------------------------------------------------------------------------- 1 | 62175a638a9020fcebb36d4b244bc54f5fe3b7baa5f104ee2f63e97ff892c458bc 2 | -------------------------------------------------------------------------------- /community/chicken/sources: -------------------------------------------------------------------------------- 1 | https://code.call-cc.org/releases/5.4.0/chicken-5.4.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/chicken/version: -------------------------------------------------------------------------------- 1 | 5.4.0 1 2 | -------------------------------------------------------------------------------- /community/cloc/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | install -Dm755 cloc "$1/usr/bin/cloc" 4 | -------------------------------------------------------------------------------- /community/cloc/checksums: -------------------------------------------------------------------------------- 1 | f061d5007a9680f6ad36f07ac1ed33705abccfa01a708e0edde90f36e1cc5699e4 2 | -------------------------------------------------------------------------------- /community/cloc/depends: -------------------------------------------------------------------------------- 1 | perl 2 | -------------------------------------------------------------------------------- /community/cloc/sources: -------------------------------------------------------------------------------- 1 | https://github.com/AlDanial/cloc/releases/download/v2.00/cloc-2.00.tar.gz -------------------------------------------------------------------------------- /community/cloc/version: -------------------------------------------------------------------------------- 1 | 2.00 1 2 | -------------------------------------------------------------------------------- /community/cmark-gfm/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | -------------------------------------------------------------------------------- /community/cmark-gfm/version: -------------------------------------------------------------------------------- 1 | 0.29.0.gfm.13 1 2 | -------------------------------------------------------------------------------- /community/cmus/depends: -------------------------------------------------------------------------------- 1 | alsa-lib 2 | ffmpeg 3 | flac 4 | libvorbis 5 | ncurses 6 | -------------------------------------------------------------------------------- /community/cmus/version: -------------------------------------------------------------------------------- 1 | 2.10.0 2 2 | -------------------------------------------------------------------------------- /community/containerd/depends: -------------------------------------------------------------------------------- 1 | btrfs-progs make 2 | go make 3 | libseccomp make 4 | runc 5 | -------------------------------------------------------------------------------- /community/containerd/files/run: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec containerd 3 | -------------------------------------------------------------------------------- /community/containerd/version: -------------------------------------------------------------------------------- 1 | 2.0.4 1 2 | -------------------------------------------------------------------------------- /community/coreutils/sources: -------------------------------------------------------------------------------- 1 | https://ftp.gnu.org/gnu/coreutils/coreutils-9.5.tar.xz 2 | -------------------------------------------------------------------------------- /community/coreutils/version: -------------------------------------------------------------------------------- 1 | 9.5 1 2 | -------------------------------------------------------------------------------- /community/cproc/depends: -------------------------------------------------------------------------------- 1 | qbe 2 | -------------------------------------------------------------------------------- /community/cproc/sources: -------------------------------------------------------------------------------- 1 | git+https://git.sr.ht/~mcf/cproc 2 | -------------------------------------------------------------------------------- /community/cproc/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/crosstool-ng/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/crosstool-ng/crosstool-ng 2 | -------------------------------------------------------------------------------- /community/crosstool-ng/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/cryptsetup/depends: -------------------------------------------------------------------------------- 1 | json-c 2 | lvm2 3 | openssl 4 | popt make 5 | util-linux 6 | -------------------------------------------------------------------------------- /community/cryptsetup/version: -------------------------------------------------------------------------------- 1 | 2.7.5 1 2 | -------------------------------------------------------------------------------- /community/ctags/checksums: -------------------------------------------------------------------------------- 1 | f9781861962691b33335449261074f2b153bdb91404d25172a622a41a347e2379f 2 | -------------------------------------------------------------------------------- /community/ctags/sources: -------------------------------------------------------------------------------- 1 | http://prdownloads.sourceforge.net/ctags/ctags-5.8.tar.gz 2 | -------------------------------------------------------------------------------- /community/ctags/version: -------------------------------------------------------------------------------- 1 | 5.8 1 2 | -------------------------------------------------------------------------------- /community/cups-filters/version: -------------------------------------------------------------------------------- 1 | 2.0.1 1 2 | -------------------------------------------------------------------------------- /community/cups/checksums: -------------------------------------------------------------------------------- 1 | 680c4265a93488f5c623e141ea4290977c29b4412e1f33d0a7fddd05c46a53347f 2 | -------------------------------------------------------------------------------- /community/cups/depends: -------------------------------------------------------------------------------- 1 | libusb 2 | openssl 3 | zlib 4 | -------------------------------------------------------------------------------- /community/cups/sources: -------------------------------------------------------------------------------- 1 | https://github.com/OpenPrinting/cups/archive/refs/tags/v2.4.12.tar.gz 2 | -------------------------------------------------------------------------------- /community/cups/version: -------------------------------------------------------------------------------- 1 | 2.4.12 1 2 | -------------------------------------------------------------------------------- /community/curlpp/checksums: -------------------------------------------------------------------------------- 1 | 0838466888cd18fcfdf4d2607f9302e529139c8f76a12e8e13a28d6bf504d9bc4a 2 | -------------------------------------------------------------------------------- /community/curlpp/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | curl 3 | -------------------------------------------------------------------------------- /community/curlpp/sources: -------------------------------------------------------------------------------- 1 | https://github.com/jpbarrette/curlpp/archive/v0.8.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/curlpp/version: -------------------------------------------------------------------------------- 1 | 0.8.1 1 2 | -------------------------------------------------------------------------------- /community/darkhttpd/version: -------------------------------------------------------------------------------- 1 | 1.13 1 2 | -------------------------------------------------------------------------------- /community/dash/checksums: -------------------------------------------------------------------------------- 1 | 0abee44e167867603004bbdaf9f465baf21f43758d631caa28c02ca9500149d746 2 | -------------------------------------------------------------------------------- /community/dash/sources: -------------------------------------------------------------------------------- 1 | http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.12.tar.gz 2 | -------------------------------------------------------------------------------- /community/dash/version: -------------------------------------------------------------------------------- 1 | 0.5.12 1 2 | -------------------------------------------------------------------------------- /community/dejavu-ttf/post-install: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | fc-cache -f 4 | -------------------------------------------------------------------------------- /community/dejavu-ttf/version: -------------------------------------------------------------------------------- 1 | 2.37 1 2 | -------------------------------------------------------------------------------- /community/delta/checksums: -------------------------------------------------------------------------------- 1 | 70d969cfbafad05df7a39c3c57f7ae3bbe60a4610d5c90f62f8456f01cc6ffed21 2 | -------------------------------------------------------------------------------- /community/delta/depends: -------------------------------------------------------------------------------- 1 | git 2 | rust make 3 | zlib 4 | -------------------------------------------------------------------------------- /community/delta/sources: -------------------------------------------------------------------------------- 1 | https://github.com/dandavison/delta/archive/0.12.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/delta/version: -------------------------------------------------------------------------------- 1 | 0.12.1 1 2 | -------------------------------------------------------------------------------- /community/dialog/checksums: -------------------------------------------------------------------------------- 1 | f7ae0424dbb7c99be7cf5e4f4c885a07d481c2f345b41e5e3393467198b7dc5686 2 | -------------------------------------------------------------------------------- /community/dialog/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/dialog/sources: -------------------------------------------------------------------------------- 1 | https://invisible-mirror.net/archives/dialog/dialog-1.3-20240619.tgz 2 | -------------------------------------------------------------------------------- /community/dialog/version: -------------------------------------------------------------------------------- 1 | 1.3-20240619 1 2 | -------------------------------------------------------------------------------- /community/discount/sources: -------------------------------------------------------------------------------- 1 | https://github.com/Orc/discount/archive/refs/tags/v3.0.0d.tar.gz 2 | -------------------------------------------------------------------------------- /community/discount/version: -------------------------------------------------------------------------------- 1 | 3.0.0d 1 2 | -------------------------------------------------------------------------------- /community/diskonaut/depends: -------------------------------------------------------------------------------- 1 | gcc 2 | rust make 3 | -------------------------------------------------------------------------------- /community/diskonaut/sources: -------------------------------------------------------------------------------- 1 | https://github.com/imsnif/diskonaut/archive/0.11.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/diskonaut/version: -------------------------------------------------------------------------------- 1 | 0.11.0 1 2 | -------------------------------------------------------------------------------- /community/djvulibre/sources: -------------------------------------------------------------------------------- 1 | http://downloads.sourceforge.net/djvu/djvulibre-3.5.28.tar.gz 2 | -------------------------------------------------------------------------------- /community/djvulibre/version: -------------------------------------------------------------------------------- 1 | 3.5.28 1 2 | -------------------------------------------------------------------------------- /community/dmidecode/version: -------------------------------------------------------------------------------- 1 | 3.6 1 2 | -------------------------------------------------------------------------------- /community/docker-buildx/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/docker-buildx/version: -------------------------------------------------------------------------------- 1 | 0.22.0 1 2 | -------------------------------------------------------------------------------- /community/docker-compose-bin/version: -------------------------------------------------------------------------------- 1 | 2.34.0 1 2 | -------------------------------------------------------------------------------- /community/docker/pre-remove: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | delgroup docker 4 | -------------------------------------------------------------------------------- /community/docker/version: -------------------------------------------------------------------------------- 1 | 28.0.4 1 2 | -------------------------------------------------------------------------------- /community/dogefetch/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make DESTDIR="$1" install PREFIX=/usr 4 | -------------------------------------------------------------------------------- /community/dogefetch/version: -------------------------------------------------------------------------------- 1 | 1.2.4 1 2 | -------------------------------------------------------------------------------- /community/dvtm/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make DESTDIR="$1" PREFIX=/usr install 4 | -------------------------------------------------------------------------------- /community/dvtm/checksums: -------------------------------------------------------------------------------- 1 | 25a7b083c102983ae31af95a8f21677a618660db58755c5cb78ad225e4b6da07a3 2 | -------------------------------------------------------------------------------- /community/dvtm/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/dvtm/version: -------------------------------------------------------------------------------- 1 | 0.15 1 2 | -------------------------------------------------------------------------------- /community/ecl/checksums: -------------------------------------------------------------------------------- 1 | 2b6c36223872892049d047d69fccf001ca234308b32b7c8f2925cf6039a11e9435 2 | -------------------------------------------------------------------------------- /community/ecl/depends: -------------------------------------------------------------------------------- 1 | gc 2 | gmp 3 | libatomic_ops 4 | libffi 5 | -------------------------------------------------------------------------------- /community/ecl/version: -------------------------------------------------------------------------------- 1 | 24.5.10 1 2 | -------------------------------------------------------------------------------- /community/elinks/checksums: -------------------------------------------------------------------------------- 1 | 61bb21ed5c24e04c8d32e8201c2649f8a70536e4b0139ec364c619feeda6375352 2 | -------------------------------------------------------------------------------- /community/elinks/depends: -------------------------------------------------------------------------------- 1 | expat 2 | meson make 3 | openssl 4 | samurai make 5 | zlib 6 | -------------------------------------------------------------------------------- /community/elinks/version: -------------------------------------------------------------------------------- 1 | 0.18.0 1 2 | -------------------------------------------------------------------------------- /community/emacs-compat/depends: -------------------------------------------------------------------------------- 1 | emacs 2 | -------------------------------------------------------------------------------- /community/emacs-compat/version: -------------------------------------------------------------------------------- 1 | 30.0.0.0 1 2 | -------------------------------------------------------------------------------- /community/emacs-kiss-git/depends: -------------------------------------------------------------------------------- 1 | emacs 2 | emacs-compat 3 | emacs-tsort 4 | -------------------------------------------------------------------------------- /community/emacs-kiss-git/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/echawk/kiss.el 2 | -------------------------------------------------------------------------------- /community/emacs-kiss-git/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/emacs-tsort/depends: -------------------------------------------------------------------------------- 1 | emacs 2 | emacs-compat 3 | -------------------------------------------------------------------------------- /community/emacs-tsort/version: -------------------------------------------------------------------------------- 1 | 1.0.0 1 2 | -------------------------------------------------------------------------------- /community/emacs/checksums: -------------------------------------------------------------------------------- 1 | 35a4c3d4238b0df41c4d67b22be64ae7b67b53b2add7eb8f2c70f89c55d73ffb4e 2 | -------------------------------------------------------------------------------- /community/emacs/sources: -------------------------------------------------------------------------------- 1 | https://ftp.gnu.org/gnu/emacs/emacs-29.4.tar.xz 2 | -------------------------------------------------------------------------------- /community/emacs/version: -------------------------------------------------------------------------------- 1 | 29.4 2 2 | -------------------------------------------------------------------------------- /community/entr/checksums: -------------------------------------------------------------------------------- 1 | ec5d107445f25ba6c570d1f297252a663aa0e8ea49f02c556871cd41cda0e6d62d 2 | -------------------------------------------------------------------------------- /community/entr/sources: -------------------------------------------------------------------------------- 1 | https://eradman.com/entrproject/code/entr-5.6.tar.gz 2 | -------------------------------------------------------------------------------- /community/entr/version: -------------------------------------------------------------------------------- 1 | 5.6 1 2 | -------------------------------------------------------------------------------- /community/erlang/checksums: -------------------------------------------------------------------------------- 1 | c61cd135e9a474e1ea6dbfcd8eda18c4b449bd049899a5eae89097ea03b781fdd3 2 | -------------------------------------------------------------------------------- /community/erlang/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | perl make 3 | -------------------------------------------------------------------------------- /community/erlang/sources: -------------------------------------------------------------------------------- 1 | https://github.com/erlang/otp/archive/OTP-27.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/erlang/version: -------------------------------------------------------------------------------- 1 | 27.2 1 2 | -------------------------------------------------------------------------------- /community/evremap/checksums: -------------------------------------------------------------------------------- 1 | b054f9f17ba57fa1c1918d119959a582bccef62a8b62eea0997c99ffdc6f912db9 2 | -------------------------------------------------------------------------------- /community/evremap/depends: -------------------------------------------------------------------------------- 1 | libevdev 2 | rust make 3 | -------------------------------------------------------------------------------- /community/evremap/version: -------------------------------------------------------------------------------- 1 | d0e8eb231fdeaf9c6457b36c1f04164150a82ad0 1 2 | -------------------------------------------------------------------------------- /community/evtest/checksums: -------------------------------------------------------------------------------- 1 | e8e17abc82f71cb317487f5585fe402d592149bb7a1b2e557ab149b9acbbe92a65 2 | -------------------------------------------------------------------------------- /community/evtest/version: -------------------------------------------------------------------------------- 1 | 1.35 1 2 | -------------------------------------------------------------------------------- /community/exa/depends: -------------------------------------------------------------------------------- 1 | rust make 2 | -------------------------------------------------------------------------------- /community/exa/version: -------------------------------------------------------------------------------- 1 | 0.10.1 2 2 | -------------------------------------------------------------------------------- /community/execline/depends: -------------------------------------------------------------------------------- 1 | skalibs 2 | -------------------------------------------------------------------------------- /community/execline/sources: -------------------------------------------------------------------------------- 1 | https://skarnet.org/software/execline/execline-2.9.6.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/execline/version: -------------------------------------------------------------------------------- 1 | 2.9.6.1 1 2 | -------------------------------------------------------------------------------- /community/exfatprogs/version: -------------------------------------------------------------------------------- 1 | 1.2.6 1 2 | -------------------------------------------------------------------------------- /community/exiftool/depends: -------------------------------------------------------------------------------- 1 | perl 2 | -------------------------------------------------------------------------------- /community/exiftool/sources: -------------------------------------------------------------------------------- 1 | https://exiftool.org/Image-ExifTool-13.29.tar.gz 2 | -------------------------------------------------------------------------------- /community/exiftool/version: -------------------------------------------------------------------------------- 1 | 13.29 1 2 | -------------------------------------------------------------------------------- /community/extra-cmake-modules/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | -------------------------------------------------------------------------------- /community/extra-cmake-modules/version: -------------------------------------------------------------------------------- 1 | 5.102.0 1 2 | -------------------------------------------------------------------------------- /community/falkon/version: -------------------------------------------------------------------------------- 1 | git 4 2 | -------------------------------------------------------------------------------- /community/fdk-aac/checksums: -------------------------------------------------------------------------------- 1 | a839cfc4203de7f9820492efea8c6248c3a28d76804949566510ed766f312e7ce8 2 | -------------------------------------------------------------------------------- /community/fdk-aac/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | -------------------------------------------------------------------------------- /community/fdk-aac/version: -------------------------------------------------------------------------------- 1 | 2.0.2 1 2 | -------------------------------------------------------------------------------- /community/fdm/checksums: -------------------------------------------------------------------------------- 1 | d90652b36368f41944b7884ec50bd521cadca2047ece2d2869cdb888b8f6645faa 2 | -------------------------------------------------------------------------------- /community/fdm/depends: -------------------------------------------------------------------------------- 1 | pcre2 2 | tdb 3 | -------------------------------------------------------------------------------- /community/fdm/sources: -------------------------------------------------------------------------------- 1 | https://github.com/nicm/fdm/releases/download/2.2/fdm-2.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/fdm/version: -------------------------------------------------------------------------------- 1 | 2.2 1 2 | -------------------------------------------------------------------------------- /community/fff/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make DESTDIR="$1" install 4 | -------------------------------------------------------------------------------- /community/fff/checksums: -------------------------------------------------------------------------------- 1 | b452f2887344a4dae060e56844f2b1b0625b5484f69692ea456aa1f39128290284 2 | -------------------------------------------------------------------------------- /community/fff/depends: -------------------------------------------------------------------------------- 1 | bash 2 | file 3 | -------------------------------------------------------------------------------- /community/fff/sources: -------------------------------------------------------------------------------- 1 | https://github.com/dylanaraps/fff/archive/2.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/fff/version: -------------------------------------------------------------------------------- 1 | 2.2 1 2 | -------------------------------------------------------------------------------- /community/fftw/checksums: -------------------------------------------------------------------------------- 1 | 0728474d28c67662b9034e9ce62b62e8c6d3242f9337106107c9791b5f3b3d141a 2 | -------------------------------------------------------------------------------- /community/fftw/sources: -------------------------------------------------------------------------------- 1 | https://www.fftw.org/fftw-3.3.10.tar.gz 2 | -------------------------------------------------------------------------------- /community/fftw/version: -------------------------------------------------------------------------------- 1 | 3.3.10 1 2 | -------------------------------------------------------------------------------- /community/file/checksums: -------------------------------------------------------------------------------- 1 | b90f74a21efef2d49572add801a2dd450c61e886f9d56af76f9dcb656268edbc65 2 | -------------------------------------------------------------------------------- /community/file/depends: -------------------------------------------------------------------------------- 1 | zlib 2 | -------------------------------------------------------------------------------- /community/file/sources: -------------------------------------------------------------------------------- 1 | https://astron.com/pub/file/file-5.46.tar.gz 2 | -------------------------------------------------------------------------------- /community/file/version: -------------------------------------------------------------------------------- 1 | 5.46 1 2 | -------------------------------------------------------------------------------- /community/flac/checksums: -------------------------------------------------------------------------------- 1 | 2adca3cd8da4b577ebb9c12e73c91cf6f6a7feb7485b3f003853b82710bada84c9 2 | -------------------------------------------------------------------------------- /community/flac/depends: -------------------------------------------------------------------------------- 1 | libogg 2 | nasm make 3 | -------------------------------------------------------------------------------- /community/flac/sources: -------------------------------------------------------------------------------- 1 | https://downloads.xiph.org/releases/flac/flac-1.5.0.tar.xz 2 | -------------------------------------------------------------------------------- /community/flac/version: -------------------------------------------------------------------------------- 1 | 1.5.0 1 2 | -------------------------------------------------------------------------------- /community/flatpak/version: -------------------------------------------------------------------------------- 1 | 1.16.0 2 2 | -------------------------------------------------------------------------------- /community/fmt/checksums: -------------------------------------------------------------------------------- 1 | f97c633ac8629252961d258522508e0d299982928da15bb2ec66159f6f1eae2ba3 2 | -------------------------------------------------------------------------------- /community/fmt/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | -------------------------------------------------------------------------------- /community/fmt/version: -------------------------------------------------------------------------------- 1 | 11.0.2 1 2 | -------------------------------------------------------------------------------- /community/fnf/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make 4 | make DESTDIR="$1" PREFIX=/usr install 5 | -------------------------------------------------------------------------------- /community/fnf/checksums: -------------------------------------------------------------------------------- 1 | a4959c41182ed4dfd403dd019de7348e061d1c98e612a0a7274dc9620a20f23dcd 2 | -------------------------------------------------------------------------------- /community/fnf/sources: -------------------------------------------------------------------------------- 1 | https://github.com/leo-arch/fnf/archive/refs/tags/v0.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/fnf/version: -------------------------------------------------------------------------------- 1 | 0.1 1 2 | -------------------------------------------------------------------------------- /community/fortune/version: -------------------------------------------------------------------------------- 1 | 0.0.1 2 2 | -------------------------------------------------------------------------------- /community/fossil/checksums: -------------------------------------------------------------------------------- 1 | c999d96d592be9d12b86c66081cba1ea07346f5d28ef964709ecc3ebf2b4960087 2 | -------------------------------------------------------------------------------- /community/fossil/version: -------------------------------------------------------------------------------- 1 | 2.26 1 2 | -------------------------------------------------------------------------------- /community/freeglut/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | mesa 3 | -------------------------------------------------------------------------------- /community/freeglut/version: -------------------------------------------------------------------------------- 1 | 3.4.0 1 2 | -------------------------------------------------------------------------------- /community/fuse/checksums: -------------------------------------------------------------------------------- 1 | 68e0e8c038781a4fd42b927c1648ddf5f81be7cf5af7c36a436e1acc04c19770a4 2 | -------------------------------------------------------------------------------- /community/fuse/depends: -------------------------------------------------------------------------------- 1 | meson make 2 | -------------------------------------------------------------------------------- /community/fuse/version: -------------------------------------------------------------------------------- 1 | 3.17.1 1 2 | -------------------------------------------------------------------------------- /community/fuse2/version: -------------------------------------------------------------------------------- 1 | 2.9.9 1 2 | -------------------------------------------------------------------------------- /community/fzy/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make 4 | make PREFIX=/usr DESTDIR="$1" install 5 | -------------------------------------------------------------------------------- /community/fzy/checksums: -------------------------------------------------------------------------------- 1 | 5ec74e0da1fba7d6b46fbd88f6d88c0f602a5a0133830b1a361d2cdc578fd512f6 2 | -------------------------------------------------------------------------------- /community/fzy/version: -------------------------------------------------------------------------------- 1 | 9aa19d3250070f0cc9f5601b805ee6ce3d654377 1 2 | -------------------------------------------------------------------------------- /community/gawk/checksums: -------------------------------------------------------------------------------- 1 | a06da3ab4e08439c1c12af9fbd8c0750ae4fc7056fabc2e962c6b750da4dfffadd 2 | -------------------------------------------------------------------------------- /community/gawk/sources: -------------------------------------------------------------------------------- 1 | https://ftp.gnu.org/gnu/gawk/gawk-5.3.1.tar.xz 2 | -------------------------------------------------------------------------------- /community/gawk/version: -------------------------------------------------------------------------------- 1 | 5.3.1 1 2 | -------------------------------------------------------------------------------- /community/gc/checksums: -------------------------------------------------------------------------------- 1 | 0ec0780a271850fa1640a4d97c4dd8185cddcfd1bfb2563dd8501382fb85f6a4c3 2 | -------------------------------------------------------------------------------- /community/gc/sources: -------------------------------------------------------------------------------- 1 | https://github.com/ivmai/bdwgc/releases/download/v8.2.8/gc-8.2.8.tar.gz 2 | -------------------------------------------------------------------------------- /community/gc/version: -------------------------------------------------------------------------------- 1 | 8.2.8 1 2 | -------------------------------------------------------------------------------- /community/gcompat/checksums: -------------------------------------------------------------------------------- 1 | 5cb24177b628f72486a4a36c3666822ee666d6743fb34876165ce6eb35dcd5982c 2 | -------------------------------------------------------------------------------- /community/gcompat/version: -------------------------------------------------------------------------------- 1 | 1.1.0 1 2 | -------------------------------------------------------------------------------- /community/gdb/checksums: -------------------------------------------------------------------------------- 1 | b86e469b246232d2640335432514316c7de0e48c67cfac03ec62c596670fd89b97 2 | -------------------------------------------------------------------------------- /community/gdb/depends: -------------------------------------------------------------------------------- 1 | gmp 2 | linux-headers make 3 | -------------------------------------------------------------------------------- /community/gdb/sources: -------------------------------------------------------------------------------- 1 | https://ftp.gnu.org/gnu/gdb/gdb-16.3.tar.xz 2 | -------------------------------------------------------------------------------- /community/gdb/version: -------------------------------------------------------------------------------- 1 | 16.3 1 2 | -------------------------------------------------------------------------------- /community/ghostscript/depends: -------------------------------------------------------------------------------- 1 | cups 2 | fontconfig 3 | freetype-harfbuzz 4 | -------------------------------------------------------------------------------- /community/ghostscript/version: -------------------------------------------------------------------------------- 1 | 10.05.0 1 2 | -------------------------------------------------------------------------------- /community/girara/checksums: -------------------------------------------------------------------------------- 1 | 8bd5d432d53ede3dcace5ad72ae5e979fc236091cc7792061e9da1ac01e213c782 2 | -------------------------------------------------------------------------------- /community/girara/depends: -------------------------------------------------------------------------------- 1 | glib 2 | gtk+3 3 | meson make 4 | pango 5 | pkgconf make 6 | -------------------------------------------------------------------------------- /community/girara/sources: -------------------------------------------------------------------------------- 1 | https://github.com/pwmt/girara/archive/0.4.5.tar.gz 2 | -------------------------------------------------------------------------------- /community/girara/version: -------------------------------------------------------------------------------- 1 | 0.4.5 1 2 | -------------------------------------------------------------------------------- /community/github-cli/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/github-cli/sources: -------------------------------------------------------------------------------- 1 | https://github.com/cli/cli/archive/v2.44.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/github-cli/version: -------------------------------------------------------------------------------- 1 | 2.44.1 1 2 | -------------------------------------------------------------------------------- /community/globe-cli/depends: -------------------------------------------------------------------------------- 1 | gcc 2 | rust make 3 | -------------------------------------------------------------------------------- /community/globe-cli/sources: -------------------------------------------------------------------------------- 1 | https://github.com/adamsky/globe/archive/v0.2.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/globe-cli/version: -------------------------------------------------------------------------------- 1 | 0.2.0 1 2 | -------------------------------------------------------------------------------- /community/glorytun/depends: -------------------------------------------------------------------------------- 1 | pkgconf make 2 | libsodium 3 | -------------------------------------------------------------------------------- /community/glorytun/version: -------------------------------------------------------------------------------- 1 | 0.3.4 1 2 | -------------------------------------------------------------------------------- /community/glow-bin/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | install -Dm755 glow "$1/usr/bin/glow" 4 | -------------------------------------------------------------------------------- /community/glow-bin/version: -------------------------------------------------------------------------------- 1 | 2.0.0 1 2 | -------------------------------------------------------------------------------- /community/gnu-netcat/version: -------------------------------------------------------------------------------- 1 | 0.7.1 1 2 | -------------------------------------------------------------------------------- /community/gnupg1/checksums: -------------------------------------------------------------------------------- 1 | 22f731e0297593dafab0ff9c6015cfb9bae13b5fbdcbe4f6593cf3d38202afe8fe 2 | -------------------------------------------------------------------------------- /community/gnupg1/depends: -------------------------------------------------------------------------------- 1 | bzip2 2 | curl 3 | zlib 4 | -------------------------------------------------------------------------------- /community/gnupg1/sources: -------------------------------------------------------------------------------- 1 | https://gnupg.org/ftp/gcrypt/gnupg/gnupg-1.4.23.tar.bz2 2 | -------------------------------------------------------------------------------- /community/gnupg1/version: -------------------------------------------------------------------------------- 1 | 1.4.23 2 2 | -------------------------------------------------------------------------------- /community/gnupg2/checksums: -------------------------------------------------------------------------------- 1 | 1b10b7df0307e601c3097ee79caac5ab53d1e49de5b338dd6d5611e797b4ccc5e1 2 | -------------------------------------------------------------------------------- /community/gnupg2/sources: -------------------------------------------------------------------------------- 1 | https://gnupg.org/ftp/gcrypt/gnupg/gnupg-2.5.4.tar.bz2 2 | -------------------------------------------------------------------------------- /community/gnupg2/version: -------------------------------------------------------------------------------- 1 | 2.5.4 1 2 | -------------------------------------------------------------------------------- /community/gnutls/checksums: -------------------------------------------------------------------------------- 1 | e9e59df4086170d4fc139e948da98479dd441c796047a93043a5870805abf44c26 2 | -------------------------------------------------------------------------------- /community/gnutls/depends: -------------------------------------------------------------------------------- 1 | nettle 2 | pkgconf make 3 | zlib 4 | -------------------------------------------------------------------------------- /community/gnutls/sources: -------------------------------------------------------------------------------- 1 | https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.9.tar.xz 2 | -------------------------------------------------------------------------------- /community/gnutls/version: -------------------------------------------------------------------------------- 1 | 3.8.9 1 2 | -------------------------------------------------------------------------------- /community/go-bootstrap/version: -------------------------------------------------------------------------------- 1 | 1.22.6 1 2 | -------------------------------------------------------------------------------- /community/go-ipfs/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/go-ipfs/files/ipfs.run: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /usr/bin/ipfs daemon 3 | -------------------------------------------------------------------------------- /community/go-ipfs/version: -------------------------------------------------------------------------------- 1 | 0.12.0 1 2 | -------------------------------------------------------------------------------- /community/go/depends: -------------------------------------------------------------------------------- 1 | go-bootstrap make 2 | -------------------------------------------------------------------------------- /community/go/sources: -------------------------------------------------------------------------------- 1 | https://golang.org/dl/go1.24.1.src.tar.gz 2 | patches/posix-build.patch 3 | -------------------------------------------------------------------------------- /community/go/version: -------------------------------------------------------------------------------- 1 | 1.24.1 1 2 | -------------------------------------------------------------------------------- /community/goimports/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/goimports/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/golang/tools 2 | -------------------------------------------------------------------------------- /community/goimports/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/gopls/checksums: -------------------------------------------------------------------------------- 1 | bf20e6e29a405b7960cc97487604e118ad97038a6bdfd99a33e41a8a91f0904d35 2 | -------------------------------------------------------------------------------- /community/gopls/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/gopls/sources: -------------------------------------------------------------------------------- 1 | https://github.com/golang/tools/archive/refs/tags/gopls/v0.18.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/gopls/version: -------------------------------------------------------------------------------- 1 | 0.18.1 1 2 | -------------------------------------------------------------------------------- /community/gperf/checksums: -------------------------------------------------------------------------------- 1 | 7023ada08089bb46d7c000af7a6eaded9b4cf0ec2d1018d28a1a1425a4ec56804a 2 | -------------------------------------------------------------------------------- /community/gperf/sources: -------------------------------------------------------------------------------- 1 | https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/gperf/version: -------------------------------------------------------------------------------- 1 | 3.1 1 2 | -------------------------------------------------------------------------------- /community/gpgme/depends: -------------------------------------------------------------------------------- 1 | gnupg2 2 | libassuan 3 | libgpg-error 4 | -------------------------------------------------------------------------------- /community/gpgme/version: -------------------------------------------------------------------------------- 1 | 1.24.2 1 2 | -------------------------------------------------------------------------------- /community/gphoto2/depends: -------------------------------------------------------------------------------- 1 | autoconf make 2 | libgphoto2 3 | popt 4 | -------------------------------------------------------------------------------- /community/gphoto2/version: -------------------------------------------------------------------------------- 1 | 2.5.28 1 2 | -------------------------------------------------------------------------------- /community/groff/checksums: -------------------------------------------------------------------------------- 1 | f6f8d6cef4287c8d5b0f3f11c826c47ba25ef8b9e22e1d1fc2727b7930e349e8c6 2 | -------------------------------------------------------------------------------- /community/groff/depends: -------------------------------------------------------------------------------- 1 | perl 2 | -------------------------------------------------------------------------------- /community/groff/sources: -------------------------------------------------------------------------------- 1 | https://ftp.gnu.org/gnu/groff/groff-1.23.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/groff/version: -------------------------------------------------------------------------------- 1 | 1.23.0 1 2 | -------------------------------------------------------------------------------- /community/gron-git/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/gron-git/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/tomnomnom/gron 2 | -------------------------------------------------------------------------------- /community/gron-git/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/gsl/checksums: -------------------------------------------------------------------------------- 1 | 383863ad9fe543b6e8d01be6cbe228236e5355b63eb30c5abf0db8a252a6cdf6dd 2 | -------------------------------------------------------------------------------- /community/gsl/sources: -------------------------------------------------------------------------------- 1 | https://ftp.gnu.org/gnu/gsl/gsl-2.8.tar.gz 2 | -------------------------------------------------------------------------------- /community/gsl/version: -------------------------------------------------------------------------------- 1 | 2.8 1 2 | -------------------------------------------------------------------------------- /community/gspt/checksums: -------------------------------------------------------------------------------- 1 | eec0215c91562075f68127e96db0647447b83dd3c37b60ce761a61d78a1c49eee5 2 | -------------------------------------------------------------------------------- /community/gspt/depends: -------------------------------------------------------------------------------- 1 | go 2 | -------------------------------------------------------------------------------- /community/gspt/version: -------------------------------------------------------------------------------- 1 | 7943ffde3a29806f4ebfb998ca2002490c42ac0b 1 2 | -------------------------------------------------------------------------------- /community/gt5/checksums: -------------------------------------------------------------------------------- 1 | 13a1959aab0242c3d61837d6046e636a67b9a8b0ad648f35a9dfc8e951f28e94fb 2 | -------------------------------------------------------------------------------- /community/gt5/sources: -------------------------------------------------------------------------------- 1 | http://downloads.sourceforge.net/gt5/gt5-1.4.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/gt5/version: -------------------------------------------------------------------------------- 1 | 1.4.0 4 2 | -------------------------------------------------------------------------------- /community/gtar/checksums: -------------------------------------------------------------------------------- 1 | 55e3853752c56a607ae5dbc9e9190fe5d3f7599b76bb80abe0edba36d712c36bb6 2 | -------------------------------------------------------------------------------- /community/gtar/sources: -------------------------------------------------------------------------------- 1 | https://ftp.gnu.org/gnu/tar/tar-1.35.tar.xz 2 | -------------------------------------------------------------------------------- /community/gtar/version: -------------------------------------------------------------------------------- 1 | 1.35 1 2 | -------------------------------------------------------------------------------- /community/gtest/checksums: -------------------------------------------------------------------------------- 1 | bac25d5332b05d69ed073533ef256820f8e87c2a45a1b7dadcba7ecd33ae3ecfd3 2 | -------------------------------------------------------------------------------- /community/gtest/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | -------------------------------------------------------------------------------- /community/gtest/sources: -------------------------------------------------------------------------------- 1 | https://github.com/google/googletest/archive/refs/tags/v1.15.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/gtest/version: -------------------------------------------------------------------------------- 1 | 1.15.2 1 2 | -------------------------------------------------------------------------------- /community/guile3-fibers-git/depends: -------------------------------------------------------------------------------- 1 | autoconf make 2 | automake make 3 | gc 4 | guile3 5 | -------------------------------------------------------------------------------- /community/guile3-fibers-git/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/wingo/fibers 2 | -------------------------------------------------------------------------------- /community/guile3-fibers-git/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/guile3/version: -------------------------------------------------------------------------------- 1 | 3.0.10 1 2 | -------------------------------------------------------------------------------- /community/gumbo-parser/sources: -------------------------------------------------------------------------------- 1 | https://github.com/google/gumbo-parser/archive/v0.10.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/gumbo-parser/version: -------------------------------------------------------------------------------- 1 | 0.10.1 1 2 | -------------------------------------------------------------------------------- /community/hack/checksums: -------------------------------------------------------------------------------- 1 | c3af36d208b8c365616c4cb01d93ac1411552f9e162ae9e28b1dbde94f7d6cfc65 2 | -------------------------------------------------------------------------------- /community/hack/post-install: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | fc-cache -f 4 | -------------------------------------------------------------------------------- /community/hack/version: -------------------------------------------------------------------------------- 1 | 3.003 1 2 | -------------------------------------------------------------------------------- /community/hexyl/checksums: -------------------------------------------------------------------------------- 1 | 36449a799fad94997e36cff7085bb7bdd9ad7ff04fd0f583f7d024c913cdf6d26e 2 | -------------------------------------------------------------------------------- /community/hexyl/depends: -------------------------------------------------------------------------------- 1 | rust make 2 | -------------------------------------------------------------------------------- /community/hexyl/sources: -------------------------------------------------------------------------------- 1 | https://github.com/sharkdp/hexyl/archive/v0.10.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/hexyl/version: -------------------------------------------------------------------------------- 1 | 0.10.0 1 2 | -------------------------------------------------------------------------------- /community/hostapd/depends: -------------------------------------------------------------------------------- 1 | openssl 2 | libnl 3 | -------------------------------------------------------------------------------- /community/hostapd/version: -------------------------------------------------------------------------------- 1 | 2.11 1 2 | -------------------------------------------------------------------------------- /community/htop/checksums: -------------------------------------------------------------------------------- 1 | 09d6904e026b47788eb90a5f0f9efd2b1bfd460690b325632a09ea5281b53234da 2 | -------------------------------------------------------------------------------- /community/htop/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/htop/version: -------------------------------------------------------------------------------- 1 | 3.4.0 1 2 | -------------------------------------------------------------------------------- /community/hugo/checksums: -------------------------------------------------------------------------------- 1 | faad6b759b0e2360dd8c0d29b470edd864ead5135efbbd1aed9e3164d7fabb4823 2 | -------------------------------------------------------------------------------- /community/hugo/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/hugo/sources: -------------------------------------------------------------------------------- 1 | https://github.com/gohugoio/hugo/archive/refs/tags/v0.119.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/hugo/version: -------------------------------------------------------------------------------- 1 | 0.119.0 1 2 | -------------------------------------------------------------------------------- /community/hummingbird-git/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/Sweets/hummingbird.git 2 | -------------------------------------------------------------------------------- /community/hummingbird-git/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/icu/checksums: -------------------------------------------------------------------------------- 1 | 927feda0b91cfd3600a46b58a4a99492dbc38ed47ceea58d7c1ba9bdfcc3f0222f 2 | -------------------------------------------------------------------------------- /community/icu/sources: -------------------------------------------------------------------------------- 1 | https://github.com/unicode-org/icu/archive/refs/tags/release-74-2.tar.gz 2 | -------------------------------------------------------------------------------- /community/icu/version: -------------------------------------------------------------------------------- 1 | 74.2 1 2 | -------------------------------------------------------------------------------- /community/idmap/checksums: -------------------------------------------------------------------------------- 1 | 4c80a2c58d5d5a62cf9b272722a3edb3d789bdd7ca877d48693d18dc1baa860860 2 | -------------------------------------------------------------------------------- /community/idmap/version: -------------------------------------------------------------------------------- 1 | 4.14.0 1 2 | -------------------------------------------------------------------------------- /community/imagemagick/version: -------------------------------------------------------------------------------- 1 | 7.1.1-47 2 2 | -------------------------------------------------------------------------------- /community/imath/checksums: -------------------------------------------------------------------------------- 1 | 63ce816ac726040a2da61bb7a39043c7b5fe5001cc31137f78d21f8c8e412365d6 2 | -------------------------------------------------------------------------------- /community/imath/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | -------------------------------------------------------------------------------- /community/imath/version: -------------------------------------------------------------------------------- 1 | 3.1.11 1 2 | -------------------------------------------------------------------------------- /community/inih/checksums: -------------------------------------------------------------------------------- 1 | 92193920728e471f7c5275be6daa2f5bfd092e84ed47d2c0614564ec2510fd4528 2 | -------------------------------------------------------------------------------- /community/inih/depends: -------------------------------------------------------------------------------- 1 | meson make 2 | -------------------------------------------------------------------------------- /community/inih/sources: -------------------------------------------------------------------------------- 1 | https://github.com/benhoyt/inih/archive/refs/tags/r59.tar.gz 2 | -------------------------------------------------------------------------------- /community/inih/version: -------------------------------------------------------------------------------- 1 | 59 1 2 | -------------------------------------------------------------------------------- /community/iniparser/version: -------------------------------------------------------------------------------- 1 | 4.2.1 1 2 | -------------------------------------------------------------------------------- /community/init-hooks/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make PREFIX=/usr DESTDIR="$1" install 4 | -------------------------------------------------------------------------------- /community/init-hooks/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/kiss-community/init-hooks 2 | -------------------------------------------------------------------------------- /community/init-hooks/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/iosevka-nerd-fonts/version: -------------------------------------------------------------------------------- 1 | 2.1.0 2 2 | -------------------------------------------------------------------------------- /community/iperf/checksums: -------------------------------------------------------------------------------- 1 | 5db0c0349f8d5cfaf68af8221b533166aa2e2e1b720f9c6d990adf2b6464ae34fe 2 | -------------------------------------------------------------------------------- /community/iperf/depends: -------------------------------------------------------------------------------- 1 | openssl 2 | -------------------------------------------------------------------------------- /community/iperf/version: -------------------------------------------------------------------------------- 1 | 3.16 1 2 | -------------------------------------------------------------------------------- /community/iproute2/depends: -------------------------------------------------------------------------------- 1 | linux-headers make 2 | -------------------------------------------------------------------------------- /community/iproute2/version: -------------------------------------------------------------------------------- 1 | 6.14.0 1 2 | -------------------------------------------------------------------------------- /community/iptables/version: -------------------------------------------------------------------------------- 1 | 1.8.11 1 2 | -------------------------------------------------------------------------------- /community/isync/checksums: -------------------------------------------------------------------------------- 1 | 638e38f941f08c3aade13024ed36574605f7851a94c73f1a8bec5cd31aeb1adb7f 2 | -------------------------------------------------------------------------------- /community/isync/depends: -------------------------------------------------------------------------------- 1 | cyrus-sasl 2 | openssl 3 | zlib 4 | -------------------------------------------------------------------------------- /community/isync/sources: -------------------------------------------------------------------------------- 1 | https://downloads.sourceforge.net/sourceforge/isync/isync-1.4.4.tar.gz 2 | -------------------------------------------------------------------------------- /community/isync/version: -------------------------------------------------------------------------------- 1 | 1.4.4 1 2 | -------------------------------------------------------------------------------- /community/iw/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make 4 | make DESTDIR="$1" install 5 | -------------------------------------------------------------------------------- /community/iw/checksums: -------------------------------------------------------------------------------- 1 | 62590c588014b7c3ae46faeac996e4e1256bba0bb31ea7879e8534dcc1e8f5db9a 2 | -------------------------------------------------------------------------------- /community/iw/depends: -------------------------------------------------------------------------------- 1 | libnl 2 | linux-headers make 3 | -------------------------------------------------------------------------------- /community/iw/sources: -------------------------------------------------------------------------------- 1 | https://mirrors.edge.kernel.org/pub/software/network/iw/iw-6.9.tar.xz 2 | -------------------------------------------------------------------------------- /community/iw/version: -------------------------------------------------------------------------------- 1 | 6.9 1 2 | -------------------------------------------------------------------------------- /community/jbig2dec/depends: -------------------------------------------------------------------------------- 1 | autoconf make 2 | automake make 3 | libpng 4 | libtool make 5 | -------------------------------------------------------------------------------- /community/jbig2dec/version: -------------------------------------------------------------------------------- 1 | 0.19 1 2 | -------------------------------------------------------------------------------- /community/jo/checksums: -------------------------------------------------------------------------------- 1 | 4505c1802944934944778ac0ff21c0a2c0157042acebc0771a2f0df904ad260e4a 2 | -------------------------------------------------------------------------------- /community/jo/sources: -------------------------------------------------------------------------------- 1 | https://github.com/jpmens/jo/releases/download/1.6/jo-1.6.tar.gz 2 | -------------------------------------------------------------------------------- /community/jo/version: -------------------------------------------------------------------------------- 1 | 1.6 1 2 | -------------------------------------------------------------------------------- /community/jq/checksums: -------------------------------------------------------------------------------- 1 | 6b6fa633e848ff10677b4711724c48d783db787961edd37a39a7e57f9010b7deff 2 | -------------------------------------------------------------------------------- /community/jq/sources: -------------------------------------------------------------------------------- 1 | https://github.com/stedolan/jq/releases/download/jq-1.7.1/jq-1.7.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/jq/version: -------------------------------------------------------------------------------- 1 | 1.7.1 1 2 | -------------------------------------------------------------------------------- /community/json-glib/depends: -------------------------------------------------------------------------------- 1 | glib 2 | meson make 3 | pkgconf make 4 | samurai make 5 | -------------------------------------------------------------------------------- /community/json-glib/version: -------------------------------------------------------------------------------- 1 | 1.10.6 1 2 | -------------------------------------------------------------------------------- /community/kak-lsp-bin/depends: -------------------------------------------------------------------------------- 1 | kakoune 2 | -------------------------------------------------------------------------------- /community/kak-lsp-bin/version: -------------------------------------------------------------------------------- 1 | 14.2.0 1 2 | -------------------------------------------------------------------------------- /community/kakoune/checksums: -------------------------------------------------------------------------------- 1 | 84108a4f075e5d9b6ac9ef77fe76cb6c6d72ef1a173e1ab946adfcb4453725d8aa 2 | -------------------------------------------------------------------------------- /community/kakoune/depends: -------------------------------------------------------------------------------- 1 | pkgconf make 2 | -------------------------------------------------------------------------------- /community/kakoune/version: -------------------------------------------------------------------------------- 1 | 2024.05.18 1 2 | -------------------------------------------------------------------------------- /community/kexec-tools/depends: -------------------------------------------------------------------------------- 1 | automake make 2 | xz 3 | zlib 4 | -------------------------------------------------------------------------------- /community/kexec-tools/version: -------------------------------------------------------------------------------- 1 | 2.0.30 1 2 | -------------------------------------------------------------------------------- /community/keyutils/version: -------------------------------------------------------------------------------- 1 | 1.6.3 1 2 | -------------------------------------------------------------------------------- /community/kfc/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make 4 | make DESTDIR="$1" install 5 | -------------------------------------------------------------------------------- /community/kfc/checksums: -------------------------------------------------------------------------------- 1 | b05f1f83789160f8a2e83bc039c75c5dde5c3a21d3468fd8aac5370eab6f6275b8 2 | -------------------------------------------------------------------------------- /community/kfc/sources: -------------------------------------------------------------------------------- 1 | https://github.com/mcpcpc/kfc/archive/0.1.3.tar.gz 2 | -------------------------------------------------------------------------------- /community/kfc/version: -------------------------------------------------------------------------------- 1 | 0.1.3 1 2 | -------------------------------------------------------------------------------- /community/kiss-find/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make DESTDIR="$1" PREFIX=/usr install-cli 4 | -------------------------------------------------------------------------------- /community/kiss-find/version: -------------------------------------------------------------------------------- 1 | 2.3 1 2 | -------------------------------------------------------------------------------- /community/kmod/depends: -------------------------------------------------------------------------------- 1 | pkgconf make 2 | xz 3 | zlib 4 | zstd 5 | -------------------------------------------------------------------------------- /community/kmod/version: -------------------------------------------------------------------------------- 1 | 34.2 1 2 | -------------------------------------------------------------------------------- /community/lcms/checksums: -------------------------------------------------------------------------------- 1 | c57e6e77e6f88f77fa7faac8b9287986ff31dfe57c730ec98f1a6f43337696b4f6 2 | -------------------------------------------------------------------------------- /community/lcms/depends: -------------------------------------------------------------------------------- 1 | libjpeg-turbo 2 | tiff 3 | zlib 4 | -------------------------------------------------------------------------------- /community/lcms/sources: -------------------------------------------------------------------------------- 1 | https://github.com/mm2/Little-CMS/archive/refs/tags/lcms2.17.tar.gz 2 | -------------------------------------------------------------------------------- /community/lcms/version: -------------------------------------------------------------------------------- 1 | 2.17 1 2 | -------------------------------------------------------------------------------- /community/ldns/checksums: -------------------------------------------------------------------------------- 1 | 3e1175414a8c83019e375f5c7b50dc6f3e2958cccad4b5999b40e3716c5d995901 2 | -------------------------------------------------------------------------------- /community/ldns/sources: -------------------------------------------------------------------------------- 1 | https://nlnetlabs.nl/downloads/ldns/ldns-1.8.4.tar.gz 2 | -------------------------------------------------------------------------------- /community/ldns/version: -------------------------------------------------------------------------------- 1 | 1.8.4 1 2 | -------------------------------------------------------------------------------- /community/less/checksums: -------------------------------------------------------------------------------- 1 | cca134fa80d78a22f21e8e3521ac071b8f2aad22f49db3f435738cb168dd93f2c1 2 | -------------------------------------------------------------------------------- /community/less/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/less/sources: -------------------------------------------------------------------------------- 1 | http://www.greenwoodsoftware.com/less/less-661.tar.gz 2 | -------------------------------------------------------------------------------- /community/less/version: -------------------------------------------------------------------------------- 1 | 661 1 2 | -------------------------------------------------------------------------------- /community/libaio/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make 4 | make DESTDIR="$1" install 5 | -------------------------------------------------------------------------------- /community/libaio/checksums: -------------------------------------------------------------------------------- 1 | e818375129dc2ee35a8687e5b8a832b88538155f8151b8ed489c6548cdaff83c21 2 | -------------------------------------------------------------------------------- /community/libaio/sources: -------------------------------------------------------------------------------- 1 | https://releases.pagure.org/libaio/libaio-0.3.113.tar.gz 2 | -------------------------------------------------------------------------------- /community/libaio/version: -------------------------------------------------------------------------------- 1 | 0.3.113 1 2 | -------------------------------------------------------------------------------- /community/libarchive/depends: -------------------------------------------------------------------------------- 1 | bzip2 2 | xz 3 | zlib 4 | -------------------------------------------------------------------------------- /community/libarchive/version: -------------------------------------------------------------------------------- 1 | 3.7.8 1 2 | -------------------------------------------------------------------------------- /community/libassuan/depends: -------------------------------------------------------------------------------- 1 | libgpg-error 2 | -------------------------------------------------------------------------------- /community/libassuan/sources: -------------------------------------------------------------------------------- 1 | https://gnupg.org/ftp/gcrypt/libassuan/libassuan-3.0.2.tar.bz2 2 | -------------------------------------------------------------------------------- /community/libassuan/version: -------------------------------------------------------------------------------- 1 | 3.0.2 1 2 | -------------------------------------------------------------------------------- /community/libatomic_ops/version: -------------------------------------------------------------------------------- 1 | 7.8.2 1 2 | -------------------------------------------------------------------------------- /community/libbpf/checksums: -------------------------------------------------------------------------------- 1 | 0ca96d77820c0093723654b0fdf56dff65b374fb7679128cbc9b2e5cdbe3829935 2 | -------------------------------------------------------------------------------- /community/libbpf/depends: -------------------------------------------------------------------------------- 1 | libelf 2 | linux-headers 3 | -------------------------------------------------------------------------------- /community/libbpf/sources: -------------------------------------------------------------------------------- 1 | https://github.com/libbpf/libbpf/archive/refs/tags/v1.5.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/libbpf/version: -------------------------------------------------------------------------------- 1 | 1.5.0 1 2 | -------------------------------------------------------------------------------- /community/libburn/checksums: -------------------------------------------------------------------------------- 1 | 50c9cfa8e92bb4faf148df6aeaaa0d02e380607714da49066d867a9d1ffcbe018e 2 | -------------------------------------------------------------------------------- /community/libburn/depends: -------------------------------------------------------------------------------- 1 | linux-headers make 2 | -------------------------------------------------------------------------------- /community/libburn/sources: -------------------------------------------------------------------------------- 1 | http://files.libburnia-project.org/releases/libburn-1.5.4.tar.gz 2 | -------------------------------------------------------------------------------- /community/libburn/version: -------------------------------------------------------------------------------- 1 | 1.5.4 1 2 | -------------------------------------------------------------------------------- /community/libcap/version: -------------------------------------------------------------------------------- 1 | 2.75 1 2 | -------------------------------------------------------------------------------- /community/libconfig/sources: -------------------------------------------------------------------------------- 1 | https://hyperrealm.github.io/libconfig/dist/libconfig-1.7.3.tar.gz 2 | -------------------------------------------------------------------------------- /community/libconfig/version: -------------------------------------------------------------------------------- 1 | 1.7.3 1 2 | -------------------------------------------------------------------------------- /community/libcupsfilters/version: -------------------------------------------------------------------------------- 1 | 2.0.0 1 2 | -------------------------------------------------------------------------------- /community/libdvdcss/version: -------------------------------------------------------------------------------- 1 | 1.4.3 1 2 | -------------------------------------------------------------------------------- /community/libedit/checksums: -------------------------------------------------------------------------------- 1 | 60d203849dc53e0c500b270860142fd050482d671621cf3c2377f916802dcaf6da 2 | -------------------------------------------------------------------------------- /community/libedit/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/libedit/sources: -------------------------------------------------------------------------------- 1 | https://www.thrysoee.dk/editline/libedit-20210910-3.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/libedit/version: -------------------------------------------------------------------------------- 1 | 20210910-3.1 1 2 | -------------------------------------------------------------------------------- /community/libev/checksums: -------------------------------------------------------------------------------- 1 | d56e7f06baa52d5068b6184a307cf27c32f71b60e13d98ee6d4d9c1786393424f2 2 | -------------------------------------------------------------------------------- /community/libev/sources: -------------------------------------------------------------------------------- 1 | https://fossies.org/linux/misc/libev-4.33.tar.gz 2 | -------------------------------------------------------------------------------- /community/libev/version: -------------------------------------------------------------------------------- 1 | 4.33 1 2 | -------------------------------------------------------------------------------- /community/libevent/depends: -------------------------------------------------------------------------------- 1 | openssl 2 | -------------------------------------------------------------------------------- /community/libevent/version: -------------------------------------------------------------------------------- 1 | 2.1.12 1 2 | -------------------------------------------------------------------------------- /community/libexif/checksums: -------------------------------------------------------------------------------- 1 | bd9595f092e2e24d9a0406989d62b0830c26dbf7bd50ec2c65a24558c5ba302684 2 | -------------------------------------------------------------------------------- /community/libexif/version: -------------------------------------------------------------------------------- 1 | 0.6.25 1 2 | -------------------------------------------------------------------------------- /community/libgcrypt/depends: -------------------------------------------------------------------------------- 1 | libgpg-error 2 | -------------------------------------------------------------------------------- /community/libgcrypt/version: -------------------------------------------------------------------------------- 1 | 1.11.0 1 2 | -------------------------------------------------------------------------------- /community/libgpg-error/version: -------------------------------------------------------------------------------- 1 | 1.51 1 2 | -------------------------------------------------------------------------------- /community/libgphoto2/depends: -------------------------------------------------------------------------------- 1 | libtool 2 | pkgconf make 3 | -------------------------------------------------------------------------------- /community/libgphoto2/version: -------------------------------------------------------------------------------- 1 | 2.5.31 1 2 | -------------------------------------------------------------------------------- /community/libisoburn/depends: -------------------------------------------------------------------------------- 1 | libburn 2 | libisofs 3 | ncurses 4 | zlib 5 | -------------------------------------------------------------------------------- /community/libisoburn/version: -------------------------------------------------------------------------------- 1 | 1.5.4 1 2 | -------------------------------------------------------------------------------- /community/libisofs/depends: -------------------------------------------------------------------------------- 1 | zlib 2 | -------------------------------------------------------------------------------- /community/libisofs/sources: -------------------------------------------------------------------------------- 1 | http://files.libburnia-project.org/releases/libisofs-1.5.4.tar.gz 2 | -------------------------------------------------------------------------------- /community/libisofs/version: -------------------------------------------------------------------------------- 1 | 1.5.4 1 2 | -------------------------------------------------------------------------------- /community/libjpeg/checksums: -------------------------------------------------------------------------------- 1 | ffd81637231d3ab2008d092d16af3bd3bd695fb0e284bc9de64d06e3ed43182471 2 | -------------------------------------------------------------------------------- /community/libjpeg/sources: -------------------------------------------------------------------------------- 1 | https://www.ijg.org/files/jpegsrc.v9f.tar.gz 2 | -------------------------------------------------------------------------------- /community/libjpeg/version: -------------------------------------------------------------------------------- 1 | 9f 1 2 | -------------------------------------------------------------------------------- /community/libksba/checksums: -------------------------------------------------------------------------------- 1 | cb5bafe9d11429796c31358d9b96695ceeab80e33da75991902075c597c708cff0 2 | -------------------------------------------------------------------------------- /community/libksba/depends: -------------------------------------------------------------------------------- 1 | libgpg-error 2 | -------------------------------------------------------------------------------- /community/libksba/sources: -------------------------------------------------------------------------------- 1 | https://gnupg.org/ftp/gcrypt/libksba/libksba-1.6.7.tar.bz2 2 | -------------------------------------------------------------------------------- /community/libksba/version: -------------------------------------------------------------------------------- 1 | 1.6.7 1 2 | -------------------------------------------------------------------------------- /community/libmupdf/version: -------------------------------------------------------------------------------- 1 | 1.26.1 1 2 | -------------------------------------------------------------------------------- /community/libnl/checksums: -------------------------------------------------------------------------------- 1 | d5f094be7b0a2f594f2a636af21358974a743c51753c4f3c622275b0ee770b587b 2 | -------------------------------------------------------------------------------- /community/libnl/version: -------------------------------------------------------------------------------- 1 | 3.11.0 1 2 | -------------------------------------------------------------------------------- /community/libpcap/checksums: -------------------------------------------------------------------------------- 1 | 5e83997421458d67f84e7542b71cf09b440c528d048416854c6c51e9280d9b8c51 2 | -------------------------------------------------------------------------------- /community/libpcap/sources: -------------------------------------------------------------------------------- 1 | https://www.tcpdump.org/release/libpcap-1.10.5.tar.gz 2 | -------------------------------------------------------------------------------- /community/libpcap/version: -------------------------------------------------------------------------------- 1 | 1.10.5 1 2 | -------------------------------------------------------------------------------- /community/libportaudio2/version: -------------------------------------------------------------------------------- 1 | 19.6.0 1 2 | -------------------------------------------------------------------------------- /community/libppd/checksums: -------------------------------------------------------------------------------- 1 | 740059e021ed2857230e467fff83ebfd50167393664cf0aaebd712bdf923acbfa3 2 | -------------------------------------------------------------------------------- /community/libppd/version: -------------------------------------------------------------------------------- 1 | 2.0.0 1 2 | -------------------------------------------------------------------------------- /community/libpsl/checksums: -------------------------------------------------------------------------------- 1 | 75520a5e4ef205ad5fcb236075182c9e7aeb4f3122ebdb32854a14f49dc5267695 2 | -------------------------------------------------------------------------------- /community/libpsl/depends: -------------------------------------------------------------------------------- 1 | icu 2 | python make 3 | -------------------------------------------------------------------------------- /community/libpsl/version: -------------------------------------------------------------------------------- 1 | 0.21.5 1 2 | -------------------------------------------------------------------------------- /community/libseccomp/depends: -------------------------------------------------------------------------------- 1 | gperf make 2 | linux-headers make 3 | -------------------------------------------------------------------------------- /community/libseccomp/version: -------------------------------------------------------------------------------- 1 | 2.6.0 1 2 | -------------------------------------------------------------------------------- /community/libsixel/depends: -------------------------------------------------------------------------------- 1 | libjpeg-turbo 2 | libpng 3 | meson make 4 | -------------------------------------------------------------------------------- /community/libsixel/version: -------------------------------------------------------------------------------- 1 | 1.10.3 1 2 | -------------------------------------------------------------------------------- /community/libslirp/depends: -------------------------------------------------------------------------------- 1 | glib 2 | meson make 3 | -------------------------------------------------------------------------------- /community/libslirp/version: -------------------------------------------------------------------------------- 1 | 4.9.0 1 2 | -------------------------------------------------------------------------------- /community/libsndfile/version: -------------------------------------------------------------------------------- 1 | 1.2.2 1 2 | -------------------------------------------------------------------------------- /community/libsodium/version: -------------------------------------------------------------------------------- 1 | 1.0.19 1 2 | -------------------------------------------------------------------------------- /community/libssh/checksums: -------------------------------------------------------------------------------- 1 | ec1dd8b8e920e5bb45d7e53e95ad21737e41dbae8b643ab15ddf26f358a478ab08 2 | -------------------------------------------------------------------------------- /community/libssh/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | openssl 3 | zlib 4 | -------------------------------------------------------------------------------- /community/libssh/sources: -------------------------------------------------------------------------------- 1 | https://www.libssh.org/files/0.10/libssh-0.10.6.tar.xz 2 | -------------------------------------------------------------------------------- /community/libssh/version: -------------------------------------------------------------------------------- 1 | 0.10.6 1 2 | -------------------------------------------------------------------------------- /community/libtermkey/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/libtermkey/version: -------------------------------------------------------------------------------- 1 | 0.22 2 2 | -------------------------------------------------------------------------------- /community/libtool/checksums: -------------------------------------------------------------------------------- 1 | 07f5880eca816e6ab76da3a69b32df728e0277e96f8da761f69c06157da36a5ac8 2 | -------------------------------------------------------------------------------- /community/libtool/depends: -------------------------------------------------------------------------------- 1 | m4 make 2 | -------------------------------------------------------------------------------- /community/libtool/sources: -------------------------------------------------------------------------------- 1 | https://ftp.gnu.org/gnu/libtool/libtool-2.5.4.tar.xz 2 | -------------------------------------------------------------------------------- /community/libtool/version: -------------------------------------------------------------------------------- 1 | 2.5.4 1 2 | -------------------------------------------------------------------------------- /community/libtorrent/depends: -------------------------------------------------------------------------------- 1 | openssl 2 | zlib 3 | -------------------------------------------------------------------------------- /community/libtorrent/version: -------------------------------------------------------------------------------- 1 | 0.15.3 1 2 | -------------------------------------------------------------------------------- /community/libunistring/sources: -------------------------------------------------------------------------------- 1 | https://ftp.gnu.org/gnu/libunistring/libunistring-1.3.tar.gz 2 | -------------------------------------------------------------------------------- /community/libunistring/version: -------------------------------------------------------------------------------- 1 | 1.3 1 2 | -------------------------------------------------------------------------------- /community/liburing/depends: -------------------------------------------------------------------------------- 1 | linux-headers make 2 | -------------------------------------------------------------------------------- /community/liburing/version: -------------------------------------------------------------------------------- 1 | 2.9 1 2 | -------------------------------------------------------------------------------- /community/libusb/checksums: -------------------------------------------------------------------------------- 1 | 7a8efe42f95c5ce04c495b17b16a19fba9f4ed8a80dd58be778a6193c68be673ad 2 | -------------------------------------------------------------------------------- /community/libusb/version: -------------------------------------------------------------------------------- 1 | 1.0.28 1 2 | -------------------------------------------------------------------------------- /community/libutemper/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make 4 | make DESTDIR="$1" install 5 | -------------------------------------------------------------------------------- /community/libutemper/version: -------------------------------------------------------------------------------- 1 | 1.2.1 1 2 | -------------------------------------------------------------------------------- /community/libuv/checksums: -------------------------------------------------------------------------------- 1 | 38e33a74f5cc73b133bed0ccf6f0a7b73feb0c0e09bceb6f727bfcf8b2626a1a45 2 | -------------------------------------------------------------------------------- /community/libuv/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | -------------------------------------------------------------------------------- /community/libuv/sources: -------------------------------------------------------------------------------- 1 | https://dist.libuv.org/dist/v1.46.0/libuv-v1.46.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/libuv/version: -------------------------------------------------------------------------------- 1 | 1.46.0 1 2 | -------------------------------------------------------------------------------- /community/libvncserver/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | -------------------------------------------------------------------------------- /community/libvncserver/version: -------------------------------------------------------------------------------- 1 | 0.9.13 1 2 | -------------------------------------------------------------------------------- /community/libwebsockets/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | libcap 3 | libuv 4 | openssl 5 | -------------------------------------------------------------------------------- /community/libwebsockets/version: -------------------------------------------------------------------------------- 1 | 4.3.2 1 2 | -------------------------------------------------------------------------------- /community/libxdp/checksums: -------------------------------------------------------------------------------- 1 | a0adc5f44be3e8e6f4fec75ed6d37d4be8a16fe00aee3dc8c6fbaa65517f510445 2 | -------------------------------------------------------------------------------- /community/libxdp/depends: -------------------------------------------------------------------------------- 1 | clang 2 | libbpf 3 | libelf 4 | libpcap 5 | linux-headers 6 | llvm 7 | -------------------------------------------------------------------------------- /community/libxdp/version: -------------------------------------------------------------------------------- 1 | 1.4.2 1 2 | -------------------------------------------------------------------------------- /community/libxml2/checksums: -------------------------------------------------------------------------------- 1 | 7fffd18b2b3d7cfe10d103b9fc6e27b18363904faf29e21b09a54d55c271064c1a 2 | -------------------------------------------------------------------------------- /community/libxml2/depends: -------------------------------------------------------------------------------- 1 | xz 2 | zlib 3 | -------------------------------------------------------------------------------- /community/libxml2/version: -------------------------------------------------------------------------------- 1 | 2.14.0 1 2 | -------------------------------------------------------------------------------- /community/libxmlb/checksums: -------------------------------------------------------------------------------- 1 | 318708dda5b12a58a022893badda61e0602a85ef7cc31dd0585352ea2a7593c4a0 2 | -------------------------------------------------------------------------------- /community/libxmlb/depends: -------------------------------------------------------------------------------- 1 | glib 2 | meson make 3 | xz 4 | zstd 5 | -------------------------------------------------------------------------------- /community/libxmlb/sources: -------------------------------------------------------------------------------- 1 | https://github.com/hughsie/libxmlb/archive/refs/tags/0.3.22.tar.gz 2 | -------------------------------------------------------------------------------- /community/libxmlb/version: -------------------------------------------------------------------------------- 1 | 0.3.22 1 2 | -------------------------------------------------------------------------------- /community/libxslt/checksums: -------------------------------------------------------------------------------- 1 | 38a036366c3101d559b62f53c246d6bc5e11861d4ba599c472d87cda51e64213e2 2 | -------------------------------------------------------------------------------- /community/libxslt/depends: -------------------------------------------------------------------------------- 1 | libxml2 2 | pkgconf make 3 | -------------------------------------------------------------------------------- /community/libxslt/sources: -------------------------------------------------------------------------------- 1 | https://fossies.org/linux/www/libxslt-1.1.39.tar.xz 2 | -------------------------------------------------------------------------------- /community/libxslt/version: -------------------------------------------------------------------------------- 1 | 1.1.39 2 2 | -------------------------------------------------------------------------------- /community/libyaml/checksums: -------------------------------------------------------------------------------- 1 | 64cd0f69eb55904fdf4a6f20d46d565ab2433ae494e76edbdf835a25b57c98d9c7 2 | -------------------------------------------------------------------------------- /community/libyaml/version: -------------------------------------------------------------------------------- 1 | 0.2.5 1 2 | -------------------------------------------------------------------------------- /community/limine/checksums: -------------------------------------------------------------------------------- 1 | 340f7fd7f130bcdbdd7e8cc0b7fb18f0505610dbc19b8833b9e700c5ecd16f3a84 2 | -------------------------------------------------------------------------------- /community/limine/depends: -------------------------------------------------------------------------------- 1 | mtools make 2 | nasm make 3 | -------------------------------------------------------------------------------- /community/limine/version: -------------------------------------------------------------------------------- 1 | 9.3.0 1 2 | -------------------------------------------------------------------------------- /community/links/checksums: -------------------------------------------------------------------------------- 1 | aa3d076f922ed58689de981566b1665709cc4e5efb1636c863fd0401727f75bbf8 2 | -------------------------------------------------------------------------------- /community/links/depends: -------------------------------------------------------------------------------- 1 | bzip2 2 | libevent 3 | openssl 4 | xz 5 | zlib 6 | zstd 7 | -------------------------------------------------------------------------------- /community/links/sources: -------------------------------------------------------------------------------- 1 | http://links.twibright.com/download/links-2.30.tar.bz2 2 | -------------------------------------------------------------------------------- /community/links/version: -------------------------------------------------------------------------------- 1 | 2.30 1 2 | -------------------------------------------------------------------------------- /community/lm-sensors/depends: -------------------------------------------------------------------------------- 1 | bison make 2 | flex make 3 | -------------------------------------------------------------------------------- /community/lm-sensors/sources: -------------------------------------------------------------------------------- 1 | https://github.com/lm-sensors/lm-sensors/archive/V3-6-0.tar.gz 2 | -------------------------------------------------------------------------------- /community/lm-sensors/version: -------------------------------------------------------------------------------- 1 | 3.6.0 1 2 | -------------------------------------------------------------------------------- /community/lpeg/depends: -------------------------------------------------------------------------------- 1 | lua make 2 | -------------------------------------------------------------------------------- /community/lpeg/version: -------------------------------------------------------------------------------- 1 | 1.1.0 1 2 | -------------------------------------------------------------------------------- /community/lsof/checksums: -------------------------------------------------------------------------------- 1 | fb312d6ff7ffd505d78e4671f763fa60bf096e42beb5e89c32e29ce02d83cf5bbb 2 | -------------------------------------------------------------------------------- /community/lsof/sources: -------------------------------------------------------------------------------- 1 | https://github.com/lsof-org/lsof/archive/4.99.4.tar.gz 2 | -------------------------------------------------------------------------------- /community/lsof/version: -------------------------------------------------------------------------------- 1 | 4.99.4 1 2 | -------------------------------------------------------------------------------- /community/lua/sources: -------------------------------------------------------------------------------- 1 | https://www.lua.org/ftp/lua-5.4.7.tar.gz 2 | files/lua.pc 3 | -------------------------------------------------------------------------------- /community/lua/version: -------------------------------------------------------------------------------- 1 | 5.4.7 1 2 | -------------------------------------------------------------------------------- /community/luajit/checksums: -------------------------------------------------------------------------------- 1 | c1475e1d1893f1341b77b940a4ec7bb0a435c7c0c243450e6f372ca9ce460aef20 2 | -------------------------------------------------------------------------------- /community/luajit/version: -------------------------------------------------------------------------------- 1 | 2.1.1725453128 1 2 | -------------------------------------------------------------------------------- /community/lux/version: -------------------------------------------------------------------------------- 1 | 1.21 1 2 | -------------------------------------------------------------------------------- /community/lvm2/depends: -------------------------------------------------------------------------------- 1 | libaio 2 | util-linux 3 | -------------------------------------------------------------------------------- /community/lvm2/version: -------------------------------------------------------------------------------- 1 | 2.03.31 1 2 | -------------------------------------------------------------------------------- /community/lz4/checksums: -------------------------------------------------------------------------------- 1 | 3e69fd475e7852e17594985528b5232afeba7d3d56cfebe2e89071768b2ab36a85 2 | -------------------------------------------------------------------------------- /community/lz4/sources: -------------------------------------------------------------------------------- 1 | https://github.com/lz4/lz4/archive/v1.10.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/lz4/version: -------------------------------------------------------------------------------- 1 | 1.10.0 1 2 | -------------------------------------------------------------------------------- /community/lzo/checksums: -------------------------------------------------------------------------------- 1 | 3e1c1d7b5858ca4415510a80ad48566b44f5d393714f847ea3652c8805a5abca05 2 | -------------------------------------------------------------------------------- /community/lzo/sources: -------------------------------------------------------------------------------- 1 | http://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz 2 | -------------------------------------------------------------------------------- /community/lzo/version: -------------------------------------------------------------------------------- 1 | 2.10 1 2 | -------------------------------------------------------------------------------- /community/mblaze/checksums: -------------------------------------------------------------------------------- 1 | e8424c4b71183bdb262c7a1803f8ea871b0fc8f6b2cb90ad5d444908af9781521b 2 | -------------------------------------------------------------------------------- /community/mblaze/version: -------------------------------------------------------------------------------- 1 | 1.3 1 2 | -------------------------------------------------------------------------------- /community/mdev-usb/pre-remove: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | delgroup usb 4 | -------------------------------------------------------------------------------- /community/mdev-usb/sources: -------------------------------------------------------------------------------- 1 | files/dev-bus-usb 2 | -------------------------------------------------------------------------------- /community/mdev-usb/version: -------------------------------------------------------------------------------- 1 | 1 1 2 | -------------------------------------------------------------------------------- /community/mediainfo/depends: -------------------------------------------------------------------------------- 1 | zlib 2 | -------------------------------------------------------------------------------- /community/mediainfo/version: -------------------------------------------------------------------------------- 1 | 25.04 1 2 | -------------------------------------------------------------------------------- /community/mg/checksums: -------------------------------------------------------------------------------- 1 | 7e6521115cf4fa87799039d8a15493d9f16e35731db874cf112236e7bef1f22ef2 2 | -------------------------------------------------------------------------------- /community/mg/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/mg/sources: -------------------------------------------------------------------------------- 1 | https://github.com/ibara/mg/releases/download/mg-7.0/mg-7.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/mg/version: -------------------------------------------------------------------------------- 1 | 7.0 1 2 | -------------------------------------------------------------------------------- /community/minikube/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/minikube/version: -------------------------------------------------------------------------------- 1 | 1.34.0 1 2 | -------------------------------------------------------------------------------- /community/mksh/checksums: -------------------------------------------------------------------------------- 1 | 25d42857cea67c2291fc014cae731d8aea911e0bf16c4cb0031c25d493389ae662 2 | -------------------------------------------------------------------------------- /community/mksh/sources: -------------------------------------------------------------------------------- 1 | https://github.com/MirBSD/mksh/archive/mksh-R59c.tar.gz 2 | -------------------------------------------------------------------------------- /community/mksh/version: -------------------------------------------------------------------------------- 1 | 59c 1 2 | -------------------------------------------------------------------------------- /community/mosh/depends: -------------------------------------------------------------------------------- 1 | openssh 2 | perl 3 | pkgconf make 4 | protobuf 5 | -------------------------------------------------------------------------------- /community/mosh/version: -------------------------------------------------------------------------------- 1 | 1.4.0 2 2 | -------------------------------------------------------------------------------- /community/msgpack-c/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | -------------------------------------------------------------------------------- /community/msgpack-c/version: -------------------------------------------------------------------------------- 1 | 6.0.0 1 2 | -------------------------------------------------------------------------------- /community/msmtp/checksums: -------------------------------------------------------------------------------- 1 | b5776941347d684539be2dcd1c5448522ff85a1c605b4e95374187b0a791ad675e 2 | -------------------------------------------------------------------------------- /community/msmtp/depends: -------------------------------------------------------------------------------- 1 | libretls 2 | pkgconf make 3 | -------------------------------------------------------------------------------- /community/msmtp/sources: -------------------------------------------------------------------------------- 1 | https://marlam.de/msmtp/releases/msmtp-1.8.28.tar.xz 2 | -------------------------------------------------------------------------------- /community/msmtp/version: -------------------------------------------------------------------------------- 1 | 1.8.28 1 2 | -------------------------------------------------------------------------------- /community/mtools/checksums: -------------------------------------------------------------------------------- 1 | 8a866eeeb058f9b8e4b9245a22aebf5d19e2d3eba110ce66021970bb44d7f6f8c6 2 | -------------------------------------------------------------------------------- /community/mtools/sources: -------------------------------------------------------------------------------- 1 | http://ftp.gnu.org/gnu/mtools/mtools-4.0.48.tar.gz 2 | -------------------------------------------------------------------------------- /community/mtools/version: -------------------------------------------------------------------------------- 1 | 4.0.48 1 2 | -------------------------------------------------------------------------------- /community/mtpaint/checksums: -------------------------------------------------------------------------------- 1 | 695cea10c428a8f122ed59beee5ffa49dcdcba8d88a4790eaf3c64fd7c73d6ac 2 | -------------------------------------------------------------------------------- /community/mtpaint/depends: -------------------------------------------------------------------------------- 1 | gtk+3 2 | lcms 3 | libjpeg-turbo 4 | libpng 5 | -------------------------------------------------------------------------------- /community/mtpaint/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/wjaguar/mtPaint 2 | -------------------------------------------------------------------------------- /community/mtpaint/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/mtr/checksums: -------------------------------------------------------------------------------- 1 | 56f40c00ccf36bd653cf48819b8119abaa0293188d504612b9e4074d9890a206ae 2 | -------------------------------------------------------------------------------- /community/mtr/depends: -------------------------------------------------------------------------------- 1 | libcap 2 | ncurses 3 | -------------------------------------------------------------------------------- /community/mtr/sources: -------------------------------------------------------------------------------- 1 | https://github.com/traviscross/mtr/archive/refs/tags/v0.95.tar.gz 2 | -------------------------------------------------------------------------------- /community/mtr/version: -------------------------------------------------------------------------------- 1 | 0.95 1 2 | -------------------------------------------------------------------------------- /community/nano/checksums: -------------------------------------------------------------------------------- 1 | 1b683e0be2172b6234d7594b6f80379ebca695eb2c74b7279a7057aec71c5142b6 2 | -------------------------------------------------------------------------------- /community/nano/depends: -------------------------------------------------------------------------------- 1 | linux-headers make 2 | ncurses 3 | xz 4 | zlib 5 | -------------------------------------------------------------------------------- /community/nano/sources: -------------------------------------------------------------------------------- 1 | https://www.nano-editor.org/dist/v8/nano-8.4.tar.xz 2 | -------------------------------------------------------------------------------- /community/nano/version: -------------------------------------------------------------------------------- 1 | 8.4 1 2 | -------------------------------------------------------------------------------- /community/nawk-git/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/onetrueawk/awk 2 | -------------------------------------------------------------------------------- /community/nawk-git/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/ncdu1/checksums: -------------------------------------------------------------------------------- 1 | 161beeff136969f9d1f1b88efe60c563195a9b1420379b052ddff12c41f2dc6c56 2 | -------------------------------------------------------------------------------- /community/ncdu1/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/ncdu1/sources: -------------------------------------------------------------------------------- 1 | https://dev.yorhel.nl/download/ncdu-1.19.tar.gz 2 | -------------------------------------------------------------------------------- /community/ncdu1/version: -------------------------------------------------------------------------------- 1 | 1.19 1 2 | -------------------------------------------------------------------------------- /community/neatvnc/checksums: -------------------------------------------------------------------------------- 1 | 0e723ca274756c34cdffb5ca570e5d945b4aa4abe661fd9d3f059db68f29a6af3b 2 | -------------------------------------------------------------------------------- /community/neatvnc/depends: -------------------------------------------------------------------------------- 1 | aml 2 | gnutls 3 | libjpeg-turbo 4 | meson make 5 | pixman 6 | zlib 7 | -------------------------------------------------------------------------------- /community/neatvnc/sources: -------------------------------------------------------------------------------- 1 | https://github.com/any1/neatvnc/archive/refs/tags/v0.7.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/neatvnc/version: -------------------------------------------------------------------------------- 1 | 0.7.0 1 2 | -------------------------------------------------------------------------------- /community/neofetch/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make DESTDIR="$1" install 4 | -------------------------------------------------------------------------------- /community/neofetch/depends: -------------------------------------------------------------------------------- 1 | bash 2 | -------------------------------------------------------------------------------- /community/neofetch/sources: -------------------------------------------------------------------------------- 1 | https://github.com/dylanaraps/neofetch/archive/7.1.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/neofetch/version: -------------------------------------------------------------------------------- 1 | 7.1.0 1 2 | -------------------------------------------------------------------------------- /community/neomutt/checksums: -------------------------------------------------------------------------------- 1 | a0479252d7487def6261a5df3e1df6beace0880938476f186f3e4e2b871cfaa9f6 2 | -------------------------------------------------------------------------------- /community/neomutt/depends: -------------------------------------------------------------------------------- 1 | cyrus-sasl 2 | ncurses 3 | openssl 4 | zlib 5 | -------------------------------------------------------------------------------- /community/neomutt/sources: -------------------------------------------------------------------------------- 1 | https://github.com/neomutt/neomutt/archive/refs/tags/20250510.tar.gz 2 | -------------------------------------------------------------------------------- /community/neomutt/version: -------------------------------------------------------------------------------- 1 | 20250510 1 2 | -------------------------------------------------------------------------------- /community/neovim/depends: -------------------------------------------------------------------------------- 1 | automake make 2 | cmake make 3 | libtool make 4 | pkgconf make 5 | -------------------------------------------------------------------------------- /community/neovim/version: -------------------------------------------------------------------------------- 1 | 0.11.1 1 2 | -------------------------------------------------------------------------------- /community/nettle/checksums: -------------------------------------------------------------------------------- 1 | e4bfbda32f4fdf5ed96c152efe3a3867193b690faa5378d02a2a6fd052ee3393e0 2 | -------------------------------------------------------------------------------- /community/nettle/depends: -------------------------------------------------------------------------------- 1 | m4 make 2 | -------------------------------------------------------------------------------- /community/nettle/sources: -------------------------------------------------------------------------------- 1 | http://ftp.gnu.org/gnu/nettle/nettle-3.9.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/nettle/version: -------------------------------------------------------------------------------- 1 | 3.9.1 1 2 | -------------------------------------------------------------------------------- /community/nmap/checksums: -------------------------------------------------------------------------------- 1 | b12c13fccc4e5e906a859913496174d7dec64924ba422ae7187430275d660bf107 2 | -------------------------------------------------------------------------------- /community/nmap/sources: -------------------------------------------------------------------------------- 1 | https://nmap.org/dist/nmap-7.95.tar.bz2 2 | -------------------------------------------------------------------------------- /community/nmap/version: -------------------------------------------------------------------------------- 1 | 7.95 1 2 | -------------------------------------------------------------------------------- /community/npth/checksums: -------------------------------------------------------------------------------- 1 | cac4aa343cb1d426a913b29cb1692b6145dd530c9e1896696cd6e85872b3df03c0 2 | -------------------------------------------------------------------------------- /community/npth/sources: -------------------------------------------------------------------------------- 1 | https://gnupg.org/ftp/gcrypt/npth/npth-1.8.tar.bz2 2 | -------------------------------------------------------------------------------- /community/npth/version: -------------------------------------------------------------------------------- 1 | 1.8 1 2 | -------------------------------------------------------------------------------- /community/nq/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make 4 | make DESTDIR="$1" PREFIX="/usr" install 5 | -------------------------------------------------------------------------------- /community/nq/checksums: -------------------------------------------------------------------------------- 1 | 46354f2345a799b8906a42ff81a92ea9b1e9acd5a23ac1bf1fa3fbae8fb0ebc1eb 2 | -------------------------------------------------------------------------------- /community/nq/sources: -------------------------------------------------------------------------------- 1 | https://github.com/leahneukirchen/nq/archive/refs/tags/v0.5.tar.gz 2 | -------------------------------------------------------------------------------- /community/nq/version: -------------------------------------------------------------------------------- 1 | 0.5 1 2 | -------------------------------------------------------------------------------- /community/nsd/depends: -------------------------------------------------------------------------------- 1 | libevent make 2 | openssl make 3 | -------------------------------------------------------------------------------- /community/nsd/sources: -------------------------------------------------------------------------------- 1 | https://nlnetlabs.nl/downloads/nsd/nsd-4.11.1.tar.gz 2 | files/nsd.run 3 | -------------------------------------------------------------------------------- /community/nsd/version: -------------------------------------------------------------------------------- 1 | 4.11.1 1 2 | -------------------------------------------------------------------------------- /community/ntfs-3g/checksums: -------------------------------------------------------------------------------- 1 | a69476beba27067f018cc53ac3e18bf97b11c078dbe589f787b2d9546bf7fecc46 2 | -------------------------------------------------------------------------------- /community/ntfs-3g/sources: -------------------------------------------------------------------------------- 1 | https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2022.10.3.tgz 2 | -------------------------------------------------------------------------------- /community/ntfs-3g/version: -------------------------------------------------------------------------------- 1 | 2022.10.3 1 2 | -------------------------------------------------------------------------------- /community/numactl/checksums: -------------------------------------------------------------------------------- 1 | 648e400568e7c754178492617c41e0734d2fe0ad6358bf1aafe8114041014d69f4 2 | -------------------------------------------------------------------------------- /community/numactl/version: -------------------------------------------------------------------------------- 1 | 2.0.14 1 2 | -------------------------------------------------------------------------------- /community/oksh/checksums: -------------------------------------------------------------------------------- 1 | 3ba992c52d2269edf72269c3dbd29883409fc359bc4251d37f88b6a9a70d09b42d 2 | -------------------------------------------------------------------------------- /community/oksh/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/oksh/version: -------------------------------------------------------------------------------- 1 | 7.7 1 2 | -------------------------------------------------------------------------------- /community/openjpeg2/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | lcms 3 | libpng 4 | tiff 5 | zlib 6 | -------------------------------------------------------------------------------- /community/openjpeg2/sources: -------------------------------------------------------------------------------- 1 | https://github.com/uclouvain/openjpeg/archive/v2.5.3.tar.gz 2 | -------------------------------------------------------------------------------- /community/openjpeg2/version: -------------------------------------------------------------------------------- 1 | 2.5.3 1 2 | -------------------------------------------------------------------------------- /community/openntpd/depends: -------------------------------------------------------------------------------- 1 | libretls 2 | -------------------------------------------------------------------------------- /community/openntpd/files/ntpd.run: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec ntpd -d 3 | -------------------------------------------------------------------------------- /community/openntpd/version: -------------------------------------------------------------------------------- 1 | 6.8p1 1 2 | -------------------------------------------------------------------------------- /community/optipng/checksums: -------------------------------------------------------------------------------- 1 | 13fa663241da1923dcae8afe251f8ceed55b81fe9cbf0de80a0f31c5bdd69ba9e3 2 | -------------------------------------------------------------------------------- /community/optipng/depends: -------------------------------------------------------------------------------- 1 | libpng 2 | zlib 3 | -------------------------------------------------------------------------------- /community/optipng/sources: -------------------------------------------------------------------------------- 1 | http://prdownloads.sourceforge.net/optipng/optipng-0.7.7.tar.gz 2 | -------------------------------------------------------------------------------- /community/optipng/version: -------------------------------------------------------------------------------- 1 | 0.7.7 1 2 | -------------------------------------------------------------------------------- /community/ostree/checksums: -------------------------------------------------------------------------------- 1 | 75200d1ec6121db7f1cd559305c4b799f46f7d3aad268f687eb9e00d8d18af65fa 2 | -------------------------------------------------------------------------------- /community/ostree/version: -------------------------------------------------------------------------------- 1 | 2025.2 1 2 | -------------------------------------------------------------------------------- /community/ox/checksums: -------------------------------------------------------------------------------- 1 | 6d9e0ff6757d299b55fb22d84e360bce4533dd6c8b92bd68445e47329af9c35618 2 | -------------------------------------------------------------------------------- /community/ox/depends: -------------------------------------------------------------------------------- 1 | rust make 2 | -------------------------------------------------------------------------------- /community/ox/sources: -------------------------------------------------------------------------------- 1 | https://github.com/curlpipe/ox/archive/0.2.7.tar.gz 2 | -------------------------------------------------------------------------------- /community/ox/version: -------------------------------------------------------------------------------- 1 | 0.2.7 1 2 | -------------------------------------------------------------------------------- /community/pandoc-bin/version: -------------------------------------------------------------------------------- 1 | 3.6.4 1 2 | -------------------------------------------------------------------------------- /community/pash/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | install -Dm 755 pash "$1/usr/bin/pash" 4 | -------------------------------------------------------------------------------- /community/pash/checksums: -------------------------------------------------------------------------------- 1 | 5c760f50cb346893a2a3d6730a23a660b3cd55bf5ce3c22e0dc17d6fad0dcd12d4 2 | -------------------------------------------------------------------------------- /community/pash/depends: -------------------------------------------------------------------------------- 1 | gnupg1 2 | -------------------------------------------------------------------------------- /community/pash/sources: -------------------------------------------------------------------------------- 1 | https://github.com/dylanaraps/pash/archive/2.3.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/pash/version: -------------------------------------------------------------------------------- 1 | 2.3.0 1 2 | -------------------------------------------------------------------------------- /community/patch/checksums: -------------------------------------------------------------------------------- 1 | d7dadf0ac720de7560f140a9021928bc0f8089182121c0e65c8bec115cf3112405 2 | -------------------------------------------------------------------------------- /community/patch/sources: -------------------------------------------------------------------------------- 1 | https://ftp.gnu.org/gnu/patch/patch-2.8.tar.xz 2 | -------------------------------------------------------------------------------- /community/patch/version: -------------------------------------------------------------------------------- 1 | 2.8 1 2 | -------------------------------------------------------------------------------- /community/patchelf/version: -------------------------------------------------------------------------------- 1 | 0.18.0 1 2 | -------------------------------------------------------------------------------- /community/pciutils/depends: -------------------------------------------------------------------------------- 1 | zlib 2 | -------------------------------------------------------------------------------- /community/pciutils/version: -------------------------------------------------------------------------------- 1 | 3.13.0 1 2 | -------------------------------------------------------------------------------- /community/perl/checksums: -------------------------------------------------------------------------------- 1 | 26e1567d5a9355cb6b5c4420870ebc0c46b2e9bc16a6d6bdd8d0a54199de11f272 2 | -------------------------------------------------------------------------------- /community/perl/depends: -------------------------------------------------------------------------------- 1 | bzip2 2 | zlib 3 | -------------------------------------------------------------------------------- /community/perl/sources: -------------------------------------------------------------------------------- 1 | https://www.cpan.org/src/5.0/perl-5.40.1.tar.xz 2 | -------------------------------------------------------------------------------- /community/perl/version: -------------------------------------------------------------------------------- 1 | 5.40.1 1 2 | -------------------------------------------------------------------------------- /community/pfetch/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | install -Dm 755 pfetch "$1/usr/bin/pfetch" 4 | -------------------------------------------------------------------------------- /community/pfetch/checksums: -------------------------------------------------------------------------------- 1 | 4adf968447b194fb90e10c30af376109363c611a107b028440f72319a28d0358b7 2 | -------------------------------------------------------------------------------- /community/pfetch/sources: -------------------------------------------------------------------------------- 1 | https://github.com/dylanaraps/pfetch/archive/0.6.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/pfetch/version: -------------------------------------------------------------------------------- 1 | 0.6.0 1 2 | -------------------------------------------------------------------------------- /community/pick/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | pkgconf make 3 | -------------------------------------------------------------------------------- /community/pick/version: -------------------------------------------------------------------------------- 1 | 4.0.0 1 2 | -------------------------------------------------------------------------------- /community/pinentry/depends: -------------------------------------------------------------------------------- 1 | libassuan 2 | libgpg-error 3 | -------------------------------------------------------------------------------- /community/pinentry/sources: -------------------------------------------------------------------------------- 1 | https://gnupg.org/ftp/gcrypt/pinentry/pinentry-1.3.1.tar.bz2 2 | -------------------------------------------------------------------------------- /community/pinentry/version: -------------------------------------------------------------------------------- 1 | 1.3.1 1 2 | -------------------------------------------------------------------------------- /community/pipewire/version: -------------------------------------------------------------------------------- 1 | 1.4.1+0.5.8 1 2 | -------------------------------------------------------------------------------- /community/pkcs11-helper/depends: -------------------------------------------------------------------------------- 1 | lzo 2 | -------------------------------------------------------------------------------- /community/pkcs11-helper/version: -------------------------------------------------------------------------------- 1 | 1.29.0 1 2 | -------------------------------------------------------------------------------- /community/pmount/checksums: -------------------------------------------------------------------------------- 1 | b740e2c4abe6b863356e65f11d88cc8d4c1323b78dbfd58336ab642f7f879bd96a 2 | -------------------------------------------------------------------------------- /community/pmount/depends: -------------------------------------------------------------------------------- 1 | automake make 2 | util-linux 3 | -------------------------------------------------------------------------------- /community/pmount/version: -------------------------------------------------------------------------------- 1 | 0.9.23 1 2 | -------------------------------------------------------------------------------- /community/poppler-data/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make prefix=/usr DESTDIR="$1" install 4 | -------------------------------------------------------------------------------- /community/poppler-data/sources: -------------------------------------------------------------------------------- 1 | https://poppler.freedesktop.org/poppler-data-0.4.11.tar.gz 2 | -------------------------------------------------------------------------------- /community/poppler-data/version: -------------------------------------------------------------------------------- 1 | 0.4.11 1 2 | -------------------------------------------------------------------------------- /community/poppler/checksums: -------------------------------------------------------------------------------- 1 | bebce0a28c22cf1f009eac63e080017310a0cf44e5d69c5719381a098ae17de5cc 2 | -------------------------------------------------------------------------------- /community/poppler/sources: -------------------------------------------------------------------------------- 1 | https://poppler.freedesktop.org/poppler-25.05.0.tar.xz 2 | -------------------------------------------------------------------------------- /community/poppler/version: -------------------------------------------------------------------------------- 1 | 25.05.0 1 2 | -------------------------------------------------------------------------------- /community/popt/checksums: -------------------------------------------------------------------------------- 1 | 3bd7209f357301e09e7ef102d35caedd721ca13613ada318882d65c617e2e70e3e 2 | -------------------------------------------------------------------------------- /community/popt/sources: -------------------------------------------------------------------------------- 1 | https://fossies.org/linux/misc/popt-1.19.tar.gz 2 | -------------------------------------------------------------------------------- /community/popt/version: -------------------------------------------------------------------------------- 1 | 1.19 1 2 | -------------------------------------------------------------------------------- /community/pounce/checksums: -------------------------------------------------------------------------------- 1 | 44d578557de019e1b718004b97143245632a8377fb90ada9ab1a87999a46896819 2 | -------------------------------------------------------------------------------- /community/pounce/depends: -------------------------------------------------------------------------------- 1 | libretls 2 | pkgconf make 3 | -------------------------------------------------------------------------------- /community/pounce/sources: -------------------------------------------------------------------------------- 1 | https://git.causal.agency/pounce/snapshot/pounce-3.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/pounce/version: -------------------------------------------------------------------------------- 1 | 3.1 1 2 | -------------------------------------------------------------------------------- /community/powertop/version: -------------------------------------------------------------------------------- 1 | 2.15 1 2 | -------------------------------------------------------------------------------- /community/pqiv/checksums: -------------------------------------------------------------------------------- 1 | b9aa1f6786087dbd99159ee04e9583a40af10579054272b35bb5c5511deaca946a 2 | -------------------------------------------------------------------------------- /community/pqiv/sources: -------------------------------------------------------------------------------- 1 | https://github.com/phillipberndt/pqiv/archive/refs/tags/2.13.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/pqiv/version: -------------------------------------------------------------------------------- 1 | 2.13.2 1 2 | -------------------------------------------------------------------------------- /community/procps-ng/depends: -------------------------------------------------------------------------------- 1 | ncurses make 2 | -------------------------------------------------------------------------------- /community/procps-ng/version: -------------------------------------------------------------------------------- 1 | 4.0.4 1 2 | -------------------------------------------------------------------------------- /community/protobuf-c/depends: -------------------------------------------------------------------------------- 1 | pkgconf make 2 | protobuf 3 | -------------------------------------------------------------------------------- /community/protobuf-c/version: -------------------------------------------------------------------------------- 1 | 1.5.0 1 2 | -------------------------------------------------------------------------------- /community/protobuf/version: -------------------------------------------------------------------------------- 1 | 29.1 1 2 | -------------------------------------------------------------------------------- /community/pv/checksums: -------------------------------------------------------------------------------- 1 | 1a930c555cb8b2ee9c2d7380a20c3c4df1d337519e81a370ada6f990bf4c051337 2 | -------------------------------------------------------------------------------- /community/pv/version: -------------------------------------------------------------------------------- 1 | 1.9.31 1 2 | -------------------------------------------------------------------------------- /community/pybind11/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | python 3 | -------------------------------------------------------------------------------- /community/pybind11/sources: -------------------------------------------------------------------------------- 1 | https://github.com/pybind/pybind11/archive/refs/tags/v2.13.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/pybind11/version: -------------------------------------------------------------------------------- 1 | 2.13.1 1 2 | -------------------------------------------------------------------------------- /community/pystring/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | -------------------------------------------------------------------------------- /community/pystring/version: -------------------------------------------------------------------------------- 1 | 1.1.4 1 2 | -------------------------------------------------------------------------------- /community/qbe/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make 4 | make DESTDIR="$1" PREFIX=/usr install 5 | -------------------------------------------------------------------------------- /community/qbe/checksums: -------------------------------------------------------------------------------- 1 | a95e3ae69d9cb00957fafdd0dd317c066661bf009378a78f26c70a57f788c3da17 2 | -------------------------------------------------------------------------------- /community/qbe/sources: -------------------------------------------------------------------------------- 1 | https://c9x.me/compile/release/qbe-1.2.tar.xz 2 | -------------------------------------------------------------------------------- /community/qbe/version: -------------------------------------------------------------------------------- 1 | 1.2 1 2 | -------------------------------------------------------------------------------- /community/qemu/version: -------------------------------------------------------------------------------- 1 | 9.2.2 1 2 | -------------------------------------------------------------------------------- /community/qpdf/checksums: -------------------------------------------------------------------------------- 1 | af2d399b3b8162cff400dab141fd19025d930839240ec794ce54b0bf0cc62d2e52 2 | -------------------------------------------------------------------------------- /community/qpdf/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | gnutls 3 | libjpeg-turbo 4 | openssl 5 | zlib 6 | -------------------------------------------------------------------------------- /community/qpdf/sources: -------------------------------------------------------------------------------- 1 | https://github.com/qpdf/qpdf/archive/refs/tags/v12.2.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/qpdf/version: -------------------------------------------------------------------------------- 1 | 12.2.0 1 2 | -------------------------------------------------------------------------------- /community/qrencode/depends: -------------------------------------------------------------------------------- 1 | libpng 2 | sdl2 3 | -------------------------------------------------------------------------------- /community/qrencode/sources: -------------------------------------------------------------------------------- 1 | https://fukuchi.org/works/qrencode/qrencode-4.1.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/qrencode/version: -------------------------------------------------------------------------------- 1 | 4.1.1 1 2 | -------------------------------------------------------------------------------- /community/qt5-declarative/version: -------------------------------------------------------------------------------- 1 | 5.15.8 3 2 | -------------------------------------------------------------------------------- /community/qt5-svg/checksums: -------------------------------------------------------------------------------- 1 | fca067364479b76d6c7dd9abe0e9c9f10e86dc39ac9842d384200f72b40d763e15 2 | -------------------------------------------------------------------------------- /community/qt5-svg/depends: -------------------------------------------------------------------------------- 1 | qt5 2 | -------------------------------------------------------------------------------- /community/qt5-svg/version: -------------------------------------------------------------------------------- 1 | 5.15.8 3 2 | -------------------------------------------------------------------------------- /community/qt5-wayland/depends: -------------------------------------------------------------------------------- 1 | perl make 2 | qt5-declarative 3 | wayland 4 | -------------------------------------------------------------------------------- /community/qt5-wayland/version: -------------------------------------------------------------------------------- 1 | 5.15.8 2 2 | -------------------------------------------------------------------------------- /community/qt5-webchannel/depends: -------------------------------------------------------------------------------- 1 | perl make 2 | qt5-declarative 3 | -------------------------------------------------------------------------------- /community/qt5-webchannel/version: -------------------------------------------------------------------------------- 1 | 5.15.8 2 2 | -------------------------------------------------------------------------------- /community/qt5-webengine/version: -------------------------------------------------------------------------------- 1 | 5.15.3 3 2 | -------------------------------------------------------------------------------- /community/qt5/version: -------------------------------------------------------------------------------- 1 | 5.15.8 3 2 | -------------------------------------------------------------------------------- /community/ranger/depends: -------------------------------------------------------------------------------- 1 | mandoc 2 | ncurses 3 | python 4 | -------------------------------------------------------------------------------- /community/ranger/version: -------------------------------------------------------------------------------- 1 | 1.9.4 1 2 | -------------------------------------------------------------------------------- /community/readline/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/readline/version: -------------------------------------------------------------------------------- 1 | 8.2p013 1 2 | -------------------------------------------------------------------------------- /community/reptyr/checksums: -------------------------------------------------------------------------------- 1 | f1d10a54e5f8f3e897893a4894f66fcd6323d221acd92a0dc25a5ce8aef28ed752 2 | -------------------------------------------------------------------------------- /community/reptyr/depends: -------------------------------------------------------------------------------- 1 | linux-headers make 2 | pkgconf make 3 | -------------------------------------------------------------------------------- /community/reptyr/version: -------------------------------------------------------------------------------- 1 | 0.10.0 1 2 | -------------------------------------------------------------------------------- /community/retrogram-rtlsdr/depends: -------------------------------------------------------------------------------- 1 | boost 2 | -------------------------------------------------------------------------------- /community/retrogram-rtlsdr/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/r4d10n/retrogram-rtlsdr.git 2 | -------------------------------------------------------------------------------- /community/retrogram-rtlsdr/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/ripgrep/checksums: -------------------------------------------------------------------------------- 1 | 32f07fe9f7b86016aa373186e10bfe509a954de79ab642b12cdede0db5a8e0ebc8 2 | -------------------------------------------------------------------------------- /community/ripgrep/depends: -------------------------------------------------------------------------------- 1 | rust make 2 | -------------------------------------------------------------------------------- /community/ripgrep/sources: -------------------------------------------------------------------------------- 1 | https://github.com/BurntSushi/ripgrep/archive/13.0.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/ripgrep/version: -------------------------------------------------------------------------------- 1 | 13.0.0 1 2 | -------------------------------------------------------------------------------- /community/rsync/checksums: -------------------------------------------------------------------------------- 1 | e1cfdd51a1a89a49e73f8fa730a4321392fe4a29533c0979c2c09c7ce3808b6fd1 2 | -------------------------------------------------------------------------------- /community/rsync/depends: -------------------------------------------------------------------------------- 1 | zlib 2 | -------------------------------------------------------------------------------- /community/rsync/sources: -------------------------------------------------------------------------------- 1 | https://download.samba.org/pub/rsync/src/rsync-3.4.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/rsync/version: -------------------------------------------------------------------------------- 1 | 3.4.1 1 2 | -------------------------------------------------------------------------------- /community/rtorrent/depends: -------------------------------------------------------------------------------- 1 | curl 2 | libtorrent 3 | ncurses 4 | -------------------------------------------------------------------------------- /community/rtorrent/version: -------------------------------------------------------------------------------- 1 | 0.15.3 1 2 | -------------------------------------------------------------------------------- /community/ruby/checksums: -------------------------------------------------------------------------------- 1 | 71c85d2bac2240963f68e5a1d3b04b10683a51108898fdd853ea884371e2e5728d 2 | -------------------------------------------------------------------------------- /community/ruby/depends: -------------------------------------------------------------------------------- 1 | libffi 2 | -------------------------------------------------------------------------------- /community/ruby/sources: -------------------------------------------------------------------------------- 1 | https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/ruby/version: -------------------------------------------------------------------------------- 1 | 3.1.2 1 2 | -------------------------------------------------------------------------------- /community/runc/checksums: -------------------------------------------------------------------------------- 1 | 063cbe60ae2c6f435fa83980697090206aba271e0fd25e0e3f9befb89c01134e12 2 | -------------------------------------------------------------------------------- /community/runc/depends: -------------------------------------------------------------------------------- 1 | go make 2 | libseccomp 3 | -------------------------------------------------------------------------------- /community/runc/sources: -------------------------------------------------------------------------------- 1 | https://github.com/opencontainers/runc/archive/v1.2.6.tar.gz 2 | -------------------------------------------------------------------------------- /community/runc/version: -------------------------------------------------------------------------------- 1 | 1.2.6 1 2 | -------------------------------------------------------------------------------- /community/runit/files/poweroff: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | runit-init 0 3 | -------------------------------------------------------------------------------- /community/runit/files/reboot: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | runit-init 6 3 | -------------------------------------------------------------------------------- /community/runit/version: -------------------------------------------------------------------------------- 1 | 2.1.2 1 2 | -------------------------------------------------------------------------------- /community/rustup-bin/version: -------------------------------------------------------------------------------- 1 | 1.28.1 1 2 | -------------------------------------------------------------------------------- /community/s6-linux-init/depends: -------------------------------------------------------------------------------- 1 | s6 2 | -------------------------------------------------------------------------------- /community/s6-linux-init/version: -------------------------------------------------------------------------------- 1 | 1.1.2.1 1 2 | -------------------------------------------------------------------------------- /community/s6-rc/checksums: -------------------------------------------------------------------------------- 1 | f44a068c2d4081160ccaf28ad6b0dd249754f437416fcce40915fad6dae0eef1f4 2 | -------------------------------------------------------------------------------- /community/s6-rc/depends: -------------------------------------------------------------------------------- 1 | s6 2 | -------------------------------------------------------------------------------- /community/s6-rc/sources: -------------------------------------------------------------------------------- 1 | https://skarnet.org/software/s6-rc/s6-rc-0.5.5.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/s6-rc/version: -------------------------------------------------------------------------------- 1 | 0.5.5.0 1 2 | -------------------------------------------------------------------------------- /community/s6/checksums: -------------------------------------------------------------------------------- 1 | 846b961637fa472b87b2926a6ab8ef3563d67c8edc5e849c7e0aa9ce113aa3c8a5 2 | -------------------------------------------------------------------------------- /community/s6/depends: -------------------------------------------------------------------------------- 1 | execline 2 | skalibs 3 | -------------------------------------------------------------------------------- /community/s6/sources: -------------------------------------------------------------------------------- 1 | https://skarnet.org/software/s6/s6-2.13.1.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/s6/version: -------------------------------------------------------------------------------- 1 | 2.13.1.0 1 2 | -------------------------------------------------------------------------------- /community/sane/checksums: -------------------------------------------------------------------------------- 1 | 5fca5724bcd266623a2958a668026b9790d70be795fd46411847bcf54f1c582ea9 2 | -------------------------------------------------------------------------------- /community/sane/version: -------------------------------------------------------------------------------- 1 | 1.3.1 2 2 | -------------------------------------------------------------------------------- /community/sbase/checksums: -------------------------------------------------------------------------------- 1 | 61a873324df1497474e8055b0be74ebb41307f1af5bea4046d6fb40b306ad5046d 2 | -------------------------------------------------------------------------------- /community/sbase/sources: -------------------------------------------------------------------------------- 1 | git+git://git.suckless.org/sbase 2 | patches/tar-dash-remove.patch 3 | -------------------------------------------------------------------------------- /community/sbase/version: -------------------------------------------------------------------------------- 1 | git 4 2 | -------------------------------------------------------------------------------- /community/sbcl/checksums: -------------------------------------------------------------------------------- 1 | 923b31485e2a6d775e69c6ccea66c622afc81874b9f4a2193e132407f25df3e9f5 2 | -------------------------------------------------------------------------------- /community/sbcl/sources: -------------------------------------------------------------------------------- 1 | https://github.com/sbcl/sbcl/archive/refs/tags/sbcl-2.5.5.tar.gz 2 | -------------------------------------------------------------------------------- /community/sbcl/version: -------------------------------------------------------------------------------- 1 | 2.5.5 1 2 | -------------------------------------------------------------------------------- /community/sc-im/checksums: -------------------------------------------------------------------------------- 1 | df5f0346819e2387cd8b25026d6834e0a36b3b486d3d2bc5852a94d71ad4209d08 2 | -------------------------------------------------------------------------------- /community/sc-im/depends: -------------------------------------------------------------------------------- 1 | bison make 2 | ncurses 3 | -------------------------------------------------------------------------------- /community/sc-im/sources: -------------------------------------------------------------------------------- 1 | https://github.com/andmarti1424/sc-im/archive/v0.8.4.tar.gz 2 | -------------------------------------------------------------------------------- /community/sc-im/version: -------------------------------------------------------------------------------- 1 | 0.8.4 1 2 | -------------------------------------------------------------------------------- /community/sc/checksums: -------------------------------------------------------------------------------- 1 | 31283aae2d52036d4581be6bfd4dd819f929488f20cbb538b6ddc7bdb7f3331322 2 | -------------------------------------------------------------------------------- /community/sc/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/sc/sources: -------------------------------------------------------------------------------- 1 | https://github.com/n-t-roff/sc/archive/7.16_1.1.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/sc/version: -------------------------------------------------------------------------------- 1 | 7.16_1.1.2 1 2 | -------------------------------------------------------------------------------- /community/sccache/checksums: -------------------------------------------------------------------------------- 1 | 7fad52c242673327c407a5b77d7fed06cf1452796580e0e92f4741677e92abc569 2 | -------------------------------------------------------------------------------- /community/sccache/depends: -------------------------------------------------------------------------------- 1 | rust make 2 | zlib 3 | -------------------------------------------------------------------------------- /community/sccache/sources: -------------------------------------------------------------------------------- 1 | https://github.com/mozilla/sccache/archive/refs/tags/v0.5.4.tar.gz 2 | -------------------------------------------------------------------------------- /community/sccache/version: -------------------------------------------------------------------------------- 1 | 0.5.4 1 2 | -------------------------------------------------------------------------------- /community/scenefx/checksums: -------------------------------------------------------------------------------- 1 | 44f24ad0b263bf4714f4be8c33b9fe2fdd3d30856649db37d1241f2c055dc36b50 2 | -------------------------------------------------------------------------------- /community/scenefx/sources: -------------------------------------------------------------------------------- 1 | https://github.com/wlrfx/scenefx/archive/refs/tags/0.2.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/scenefx/version: -------------------------------------------------------------------------------- 1 | 0.2.1 1 2 | -------------------------------------------------------------------------------- /community/scrcpy/depends: -------------------------------------------------------------------------------- 1 | android-tools 2 | ffmpeg 3 | libusb 4 | meson make 5 | sdl2 6 | -------------------------------------------------------------------------------- /community/scrcpy/version: -------------------------------------------------------------------------------- 1 | 3.2 1 2 | -------------------------------------------------------------------------------- /community/scroll/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make 4 | make PREFIX=/usr DESTDIR="$1" install 5 | -------------------------------------------------------------------------------- /community/scroll/sources: -------------------------------------------------------------------------------- 1 | git+git://git.suckless.org/scroll 2 | -------------------------------------------------------------------------------- /community/scroll/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/scryer-prolog/depends: -------------------------------------------------------------------------------- 1 | openssl 2 | rust make 3 | -------------------------------------------------------------------------------- /community/scryer-prolog/version: -------------------------------------------------------------------------------- 1 | 0.9.4 1 2 | -------------------------------------------------------------------------------- /community/sdl2/checksums: -------------------------------------------------------------------------------- 1 | aa0b16d44f0a66ef76b24368aec18162eca8e657dfc0eec8a9b091ead2d9530888 2 | -------------------------------------------------------------------------------- /community/sdl2/depends: -------------------------------------------------------------------------------- 1 | linux-headers make 2 | -------------------------------------------------------------------------------- /community/sdl2/sources: -------------------------------------------------------------------------------- 1 | https://libsdl.org/release/SDL2-2.32.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/sdl2/version: -------------------------------------------------------------------------------- 1 | 2.32.2 1 2 | -------------------------------------------------------------------------------- /community/secret/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make DESTDIR="$1" prefix=/usr install 4 | -------------------------------------------------------------------------------- /community/secret/version: -------------------------------------------------------------------------------- 1 | 0.11 2 2 | -------------------------------------------------------------------------------- /community/sed-i/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make DESTDIR="$1" PREFIX="/usr/lib/sed-i/" install 4 | -------------------------------------------------------------------------------- /community/sed-i/checksums: -------------------------------------------------------------------------------- 1 | c49ba6d6a017ff1cd20de1a1fccda80332f51eb5fc4cf2390b59474383c9d24b61 2 | -------------------------------------------------------------------------------- /community/sed-i/sources: -------------------------------------------------------------------------------- 1 | https://github.com/aaronNGi/sed-i/archive/refs/tags/0.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/sed-i/version: -------------------------------------------------------------------------------- 1 | 0.1 1 2 | -------------------------------------------------------------------------------- /community/sed/checksums: -------------------------------------------------------------------------------- 1 | 40548eac8cf2cfbebf5925963406f54833954a8cfceb0a7b833c1ba9fd973f954e 2 | -------------------------------------------------------------------------------- /community/sed/sources: -------------------------------------------------------------------------------- 1 | https://ftp.gnu.org/pub/gnu/sed/sed-4.8.tar.xz 2 | -------------------------------------------------------------------------------- /community/sed/version: -------------------------------------------------------------------------------- 1 | 4.8 1 2 | -------------------------------------------------------------------------------- /community/senpai/checksums: -------------------------------------------------------------------------------- 1 | ccfb4519dbfb36a0bb9d4a8808f3b6f3ba66f4ff95e24b59c15129f1007fa4d0cf 2 | -------------------------------------------------------------------------------- /community/senpai/depends: -------------------------------------------------------------------------------- 1 | go make 2 | scdoc make 3 | -------------------------------------------------------------------------------- /community/senpai/sources: -------------------------------------------------------------------------------- 1 | https://git.sr.ht/~delthas/senpai/archive/f61411c1.tar.gz 2 | -------------------------------------------------------------------------------- /community/senpai/version: -------------------------------------------------------------------------------- 1 | f61411c1 1 2 | -------------------------------------------------------------------------------- /community/sfeed/checksums: -------------------------------------------------------------------------------- 1 | e0728582ec9fe4164a776d9332a7dd3f9efc0a69eed455f995c259bee62cc9c858 2 | -------------------------------------------------------------------------------- /community/sfeed/depends: -------------------------------------------------------------------------------- 1 | curl 2 | -------------------------------------------------------------------------------- /community/sfeed/sources: -------------------------------------------------------------------------------- 1 | https://codemadness.org/releases/sfeed/sfeed-2.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/sfeed/version: -------------------------------------------------------------------------------- 1 | 2.2 1 2 | -------------------------------------------------------------------------------- /community/sgt-puzzles/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | gtk+3 3 | -------------------------------------------------------------------------------- /community/sgt-puzzles/version: -------------------------------------------------------------------------------- 1 | 20231025 1 2 | -------------------------------------------------------------------------------- /community/shellcheck-bin/version: -------------------------------------------------------------------------------- 1 | 0.10.0 1 2 | -------------------------------------------------------------------------------- /community/shepherd/depends: -------------------------------------------------------------------------------- 1 | gawk make 2 | guile3 3 | guile3-fibers-git 4 | -------------------------------------------------------------------------------- /community/shepherd/sources: -------------------------------------------------------------------------------- 1 | https://ftp.gnu.org/gnu/shepherd/shepherd-1.0.5.tar.gz 2 | -------------------------------------------------------------------------------- /community/shepherd/version: -------------------------------------------------------------------------------- 1 | 1.0.5 1 2 | -------------------------------------------------------------------------------- /community/shfm/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | install -Dm755 shfm "$1/usr/bin/shfm" 4 | -------------------------------------------------------------------------------- /community/shfm/checksums: -------------------------------------------------------------------------------- 1 | ac8b16391c97349f60bea3a71cbe1309472486e3e92008f96f428da72141cfe9a6 2 | -------------------------------------------------------------------------------- /community/shfm/sources: -------------------------------------------------------------------------------- 1 | https://github.com/dylanaraps/shfm/archive/0.4.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/shfm/version: -------------------------------------------------------------------------------- 1 | 0.4.2 1 2 | -------------------------------------------------------------------------------- /community/shfmt-bin/version: -------------------------------------------------------------------------------- 1 | 3.11.0 1 2 | -------------------------------------------------------------------------------- /community/shinit/checksums: -------------------------------------------------------------------------------- 1 | 3706cf1ea011fe4bc30b8425f996ae05005a17e061f58e146ef1432f7d5461a69b 2 | -------------------------------------------------------------------------------- /community/shinit/sources: -------------------------------------------------------------------------------- 1 | https://github.com/cemkeylan/shinit/archive/1.0.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/shinit/version: -------------------------------------------------------------------------------- 1 | 1.0.0 1 2 | -------------------------------------------------------------------------------- /community/sinit/depends: -------------------------------------------------------------------------------- 1 | baseinit 2 | -------------------------------------------------------------------------------- /community/sinit/files/poweroff: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | /bin/kill -s USR1 1 3 | -------------------------------------------------------------------------------- /community/sinit/files/reboot: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | /bin/kill -s INT 1 3 | -------------------------------------------------------------------------------- /community/sinit/version: -------------------------------------------------------------------------------- 1 | 1.1 1 2 | -------------------------------------------------------------------------------- /community/slang/checksums: -------------------------------------------------------------------------------- 1 | cf449ad907003c4ad755bf33412f0d1519d5dc18592071fcea7387d26376813980 2 | -------------------------------------------------------------------------------- /community/slang/depends: -------------------------------------------------------------------------------- 1 | ncurses make 2 | -------------------------------------------------------------------------------- /community/slang/sources: -------------------------------------------------------------------------------- 1 | https://jedsoft.org/releases/slang/slang-2.3.2.tar.bz2 2 | -------------------------------------------------------------------------------- /community/slang/version: -------------------------------------------------------------------------------- 1 | 2.3.2 1 2 | -------------------------------------------------------------------------------- /community/slides/checksums: -------------------------------------------------------------------------------- 1 | 032ccc92e401e19fd4151476aafc65f29267e0d6b578bb15743fc7006e137cf0de 2 | -------------------------------------------------------------------------------- /community/slides/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/slides/sources: -------------------------------------------------------------------------------- 1 | https://github.com/maaslalani/slides/archive/refs/tags/v0.7.3.tar.gz 2 | -------------------------------------------------------------------------------- /community/slides/version: -------------------------------------------------------------------------------- 1 | 0.7.3 1 2 | -------------------------------------------------------------------------------- /community/slirp4netns/depends: -------------------------------------------------------------------------------- 1 | automake make 2 | libslirp 3 | -------------------------------------------------------------------------------- /community/slirp4netns/version: -------------------------------------------------------------------------------- 1 | 1.3.2 1 2 | -------------------------------------------------------------------------------- /community/smu-karlb/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make 4 | make DESTDIR="$1" PREFIX=/usr install 5 | -------------------------------------------------------------------------------- /community/smu-karlb/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/karlb/smu 2 | -------------------------------------------------------------------------------- /community/smu-karlb/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/spotify-player/depends: -------------------------------------------------------------------------------- 1 | alsa-lib 2 | openssl 3 | rust make 4 | -------------------------------------------------------------------------------- /community/spotify-player/version: -------------------------------------------------------------------------------- 1 | 0.20.3 1 2 | -------------------------------------------------------------------------------- /community/spotifyd/depends: -------------------------------------------------------------------------------- 1 | alsa-lib 2 | libogg 3 | rust make 4 | -------------------------------------------------------------------------------- /community/spotifyd/version: -------------------------------------------------------------------------------- 1 | 0.3.5 1 2 | -------------------------------------------------------------------------------- /community/squashfs-tools/depends: -------------------------------------------------------------------------------- 1 | lz4 2 | lzo 3 | xz 4 | zlib 5 | zstd 6 | -------------------------------------------------------------------------------- /community/squashfs-tools/version: -------------------------------------------------------------------------------- 1 | 4.6.1 1 2 | -------------------------------------------------------------------------------- /community/sudo/checksums: -------------------------------------------------------------------------------- 1 | d4774b45696e0d200a13c7e91e552d8f0f46824290f565c64d62bca88a1ae5b558 2 | -------------------------------------------------------------------------------- /community/sudo/sources: -------------------------------------------------------------------------------- 1 | https://www.sudo.ws/dist/sudo-1.9.16.tar.gz 2 | -------------------------------------------------------------------------------- /community/sudo/version: -------------------------------------------------------------------------------- 1 | 1.9.16 2 2 | -------------------------------------------------------------------------------- /community/swappy/depends: -------------------------------------------------------------------------------- 1 | cairo 2 | gdk-pixbuf 3 | glib 4 | gtk+3 5 | meson make 6 | pango 7 | -------------------------------------------------------------------------------- /community/swappy/version: -------------------------------------------------------------------------------- 1 | 1.5.1 1 2 | -------------------------------------------------------------------------------- /community/swaybg/checksums: -------------------------------------------------------------------------------- 1 | 2d9c9a9e9d737cd282a766ca8f36986ab5f8678166ddc6d8ff2ca644504ce28af8 2 | -------------------------------------------------------------------------------- /community/swaybg/version: -------------------------------------------------------------------------------- 1 | 1.2.1 1 2 | -------------------------------------------------------------------------------- /community/swayfx/checksums: -------------------------------------------------------------------------------- 1 | 76e0bbbf157c6c5db22866679d8099402f50fce41f148e22975f3878f240373530 2 | -------------------------------------------------------------------------------- /community/swayfx/sources: -------------------------------------------------------------------------------- 1 | https://github.com/WillPower3309/swayfx/archive/refs/tags/0.4.tar.gz 2 | -------------------------------------------------------------------------------- /community/swayfx/version: -------------------------------------------------------------------------------- 1 | 0.4 1 2 | -------------------------------------------------------------------------------- /community/swayidle/sources: -------------------------------------------------------------------------------- 1 | https://github.com/swaywm/swayidle/archive/1.8.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/swayidle/version: -------------------------------------------------------------------------------- 1 | 1.8.0 1 2 | -------------------------------------------------------------------------------- /community/swaylock/version: -------------------------------------------------------------------------------- 1 | 1.7.2 1 2 | -------------------------------------------------------------------------------- /community/swww/checksums: -------------------------------------------------------------------------------- 1 | 2631189081b8e163bc105c32183b33f926f1b6fb23f7addfaac70e7fff572f9c7b 2 | -------------------------------------------------------------------------------- /community/swww/depends: -------------------------------------------------------------------------------- 1 | lz4 2 | rust make 3 | -------------------------------------------------------------------------------- /community/swww/sources: -------------------------------------------------------------------------------- 1 | https://github.com/LGFae/swww/archive/refs/tags/v0.10.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/swww/version: -------------------------------------------------------------------------------- 1 | 0.10.1 1 2 | -------------------------------------------------------------------------------- /community/syncthing/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/syncthing/version: -------------------------------------------------------------------------------- 1 | 1.29.3 1 2 | -------------------------------------------------------------------------------- /community/sysmgr/files/sysmgr.boot: -------------------------------------------------------------------------------- 1 | # respawn sysmgr & 2 | -------------------------------------------------------------------------------- /community/sysmgr/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/tcc/sources: -------------------------------------------------------------------------------- 1 | git+git://repo.or.cz/tinycc.git 2 | -------------------------------------------------------------------------------- /community/tcc/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/tdb/checksums: -------------------------------------------------------------------------------- 1 | 2c46796ff6e02ce6b30944a5635668412eb3d98a2150571eda8e2afe824f114949 2 | -------------------------------------------------------------------------------- /community/tdb/depends: -------------------------------------------------------------------------------- 1 | python make 2 | -------------------------------------------------------------------------------- /community/tdb/sources: -------------------------------------------------------------------------------- 1 | https://www.samba.org/ftp/tdb/tdb-1.4.13.tar.gz 2 | -------------------------------------------------------------------------------- /community/tdb/version: -------------------------------------------------------------------------------- 1 | 1.4.13 1 2 | -------------------------------------------------------------------------------- /community/tea/checksums: -------------------------------------------------------------------------------- 1 | ea771cfbb725ec1e17941ba2fd382eca0b46d70b6c896d26b09abc23f1c9ca7ea5 2 | -------------------------------------------------------------------------------- /community/tea/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/tea/sources: -------------------------------------------------------------------------------- 1 | https://gitea.com/gitea/tea/archive/v0.9.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/tea/version: -------------------------------------------------------------------------------- 1 | 0.9.0 1 2 | -------------------------------------------------------------------------------- /community/terminus-font/depends: -------------------------------------------------------------------------------- 1 | python make 2 | -------------------------------------------------------------------------------- /community/terminus-font/post-install: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | fc-cache -v 4 | -------------------------------------------------------------------------------- /community/terminus-font/version: -------------------------------------------------------------------------------- 1 | 4.49.1 2 2 | -------------------------------------------------------------------------------- /community/tiff/checksums: -------------------------------------------------------------------------------- 1 | 2857d9986519f9a2d407b7041b177ee47b83964f7116a7a5c347448ca860e81305 2 | -------------------------------------------------------------------------------- /community/tiff/depends: -------------------------------------------------------------------------------- 1 | libjpeg-turbo 2 | xz 3 | zlib 4 | -------------------------------------------------------------------------------- /community/tiff/sources: -------------------------------------------------------------------------------- 1 | https://download.osgeo.org/libtiff/tiff-4.6.0.tar.xz 2 | -------------------------------------------------------------------------------- /community/tiff/version: -------------------------------------------------------------------------------- 1 | 4.6.0 1 2 | -------------------------------------------------------------------------------- /community/tig/checksums: -------------------------------------------------------------------------------- 1 | c88898507f46236105afc0f0bf077b5c8966318d205baa3c269b2e25b3ecc69010 2 | -------------------------------------------------------------------------------- /community/tig/depends: -------------------------------------------------------------------------------- 1 | git 2 | ncurses 3 | readline 4 | -------------------------------------------------------------------------------- /community/tig/version: -------------------------------------------------------------------------------- 1 | 2.5.8 1 2 | -------------------------------------------------------------------------------- /community/tinygo-bin/depends: -------------------------------------------------------------------------------- 1 | go 2 | -------------------------------------------------------------------------------- /community/tinygo-bin/version: -------------------------------------------------------------------------------- 1 | 0.33.0 1 2 | -------------------------------------------------------------------------------- /community/tinyramfs-git/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/illiliti/tinyramfs.git 2 | -------------------------------------------------------------------------------- /community/tinyramfs-git/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/tiv/checksums: -------------------------------------------------------------------------------- 1 | a61873f713bdd51c4a90ed42584f25e383af2626be9984a849d8de9fc488b5e79e 2 | -------------------------------------------------------------------------------- /community/tiv/depends: -------------------------------------------------------------------------------- 1 | imagemagick 2 | -------------------------------------------------------------------------------- /community/tiv/version: -------------------------------------------------------------------------------- 1 | 1.1.0 1 2 | -------------------------------------------------------------------------------- /community/tmate/checksums: -------------------------------------------------------------------------------- 1 | 9334d992e967ed94ab1cdb9cb9f30be32a23b0e7ef0df96e8da5836d704811b32f 2 | -------------------------------------------------------------------------------- /community/tmate/version: -------------------------------------------------------------------------------- 1 | ac919516f4f1b10ec928e20b3a5034d18f609d68 1 2 | -------------------------------------------------------------------------------- /community/tmux/checksums: -------------------------------------------------------------------------------- 1 | bf7ef2fa4cc8a061bedcd13067cfcb5c2c3578031fd6d28bce4db7be5dcf1b0680 2 | -------------------------------------------------------------------------------- /community/tmux/depends: -------------------------------------------------------------------------------- 1 | libevent 2 | ncurses 3 | -------------------------------------------------------------------------------- /community/tmux/sources: -------------------------------------------------------------------------------- 1 | https://github.com/tmux/tmux/releases/download/3.5a/tmux-3.5a.tar.gz 2 | -------------------------------------------------------------------------------- /community/tmux/version: -------------------------------------------------------------------------------- 1 | 3.5a 1 2 | -------------------------------------------------------------------------------- /community/tokei/checksums: -------------------------------------------------------------------------------- 1 | 87ad3041ca28fb650b217b9abe57ae0763d82e6bd330ed08ca8b4a87b846277aa0 2 | -------------------------------------------------------------------------------- /community/tokei/depends: -------------------------------------------------------------------------------- 1 | rust make 2 | -------------------------------------------------------------------------------- /community/tokei/sources: -------------------------------------------------------------------------------- 1 | https://github.com/XAMPPRocky/tokei/archive/v12.1.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/tokei/version: -------------------------------------------------------------------------------- 1 | 12.1.2 1 2 | -------------------------------------------------------------------------------- /community/totp/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make DESTDIR="$1" prefix=/usr install 4 | -------------------------------------------------------------------------------- /community/totp/checksums: -------------------------------------------------------------------------------- 1 | 5d500b0952a102505b0ad34ec7e9fcbe814461c08727f7e9a3c1cf400bb22f4e45 2 | -------------------------------------------------------------------------------- /community/totp/sources: -------------------------------------------------------------------------------- 1 | https://github.com/angt/totp/archive/v0.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/totp/version: -------------------------------------------------------------------------------- 1 | 0.1 1 2 | -------------------------------------------------------------------------------- /community/transmission/depends: -------------------------------------------------------------------------------- 1 | curl 2 | pkgconf make 3 | libevent 4 | -------------------------------------------------------------------------------- /community/transmission/version: -------------------------------------------------------------------------------- 1 | 3.00 1 2 | -------------------------------------------------------------------------------- /community/tre/checksums: -------------------------------------------------------------------------------- 1 | 15add9f37428f40fed95cf63fcfa3bbd779da43ca8ec454d60a5ebe017d0997c59 2 | -------------------------------------------------------------------------------- /community/tre/sources: -------------------------------------------------------------------------------- 1 | https://laurikari.net/tre/tre-0.8.0.tar.bz2 2 | -------------------------------------------------------------------------------- /community/tre/version: -------------------------------------------------------------------------------- 1 | 0.8.0 1 2 | -------------------------------------------------------------------------------- /community/tree/checksums: -------------------------------------------------------------------------------- 1 | 7d0e5080a6a2934b5409c2d1d9e31cbfae3e8304b4b58a49e319731fc284dc4ffd 2 | -------------------------------------------------------------------------------- /community/tree/sources: -------------------------------------------------------------------------------- 1 | http://mama.indstate.edu/users/ice/tree/src/tree-2.1.1.tgz 2 | -------------------------------------------------------------------------------- /community/tree/version: -------------------------------------------------------------------------------- 1 | 2.1.1 1 2 | -------------------------------------------------------------------------------- /community/ttf-font-awesome/version: -------------------------------------------------------------------------------- 1 | 6.4.2 1 2 | -------------------------------------------------------------------------------- /community/ttf-jetbrains-mono/version: -------------------------------------------------------------------------------- 1 | 2.304 1 2 | -------------------------------------------------------------------------------- /community/ttyd/checksums: -------------------------------------------------------------------------------- 1 | e9a84cda4b3ea0e751c2d5e229682d75ce7b3a42fc5973bb9c06cef07f3a1eb8ab 2 | -------------------------------------------------------------------------------- /community/ttyd/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | json-c 3 | libwebsockets 4 | -------------------------------------------------------------------------------- /community/ttyd/sources: -------------------------------------------------------------------------------- 1 | https://github.com/tsl0922/ttyd/archive/refs/tags/1.7.4.tar.gz 2 | -------------------------------------------------------------------------------- /community/ttyd/version: -------------------------------------------------------------------------------- 1 | 1.7.4 1 2 | -------------------------------------------------------------------------------- /community/tuitube/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | curlpp 3 | youtube-dl 4 | mpv 5 | -------------------------------------------------------------------------------- /community/tuitube/sources: -------------------------------------------------------------------------------- 1 | git+https://gitlab.com/djt3/tuitube.git 2 | -------------------------------------------------------------------------------- /community/tuitube/version: -------------------------------------------------------------------------------- 1 | git 8 2 | -------------------------------------------------------------------------------- /community/twemoji-color-font/version: -------------------------------------------------------------------------------- 1 | 14.0.2 1 2 | -------------------------------------------------------------------------------- /community/typescript-language-server/depends: -------------------------------------------------------------------------------- 1 | nodejs 2 | yarn make 3 | -------------------------------------------------------------------------------- /community/typescript-language-server/version: -------------------------------------------------------------------------------- 1 | 4.3.4 1 2 | -------------------------------------------------------------------------------- /community/uacme/checksums: -------------------------------------------------------------------------------- 1 | 95c9ee877875d5d8ee93bde014e03bd4bdbb2e217c7dfb2e168a8cb01d0016f11e 2 | -------------------------------------------------------------------------------- /community/uacme/depends: -------------------------------------------------------------------------------- 1 | openssl 2 | curl 3 | -------------------------------------------------------------------------------- /community/uacme/sources: -------------------------------------------------------------------------------- 1 | https://github.com/ndilieto/uacme/archive/upstream/1.7.6.tar.gz 2 | -------------------------------------------------------------------------------- /community/uacme/version: -------------------------------------------------------------------------------- 1 | 1.7.6 1 2 | -------------------------------------------------------------------------------- /community/ubase/checksums: -------------------------------------------------------------------------------- 1 | 1dcedcdf86677d4efa46184ec9df8380660edb1ca29ad516b0e71ed9487a8e74d2 2 | -------------------------------------------------------------------------------- /community/ubase/version: -------------------------------------------------------------------------------- 1 | git 5 2 | -------------------------------------------------------------------------------- /community/ugrep/checksums: -------------------------------------------------------------------------------- 1 | c7b5ad407fad376ade91a40968fc571adaa3f0b6ce278440f8860d2a720fb75dbe 2 | -------------------------------------------------------------------------------- /community/ugrep/sources: -------------------------------------------------------------------------------- 1 | https://github.com/Genivia/ugrep/archive/refs/tags/v7.1.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/ugrep/version: -------------------------------------------------------------------------------- 1 | 7.1.1 1 2 | -------------------------------------------------------------------------------- /community/umurmur/checksums: -------------------------------------------------------------------------------- 1 | 2d02aad4a93d1f2df25ce24a7a8a60bb7914b89a3289952a0bd550d81240618bbe 2 | -------------------------------------------------------------------------------- /community/umurmur/depends: -------------------------------------------------------------------------------- 1 | cmake make 2 | libconfig make 3 | openssl make 4 | protobuf-c make 5 | -------------------------------------------------------------------------------- /community/umurmur/sources: -------------------------------------------------------------------------------- 1 | https://github.com/umurmur/umurmur/archive/refs/tags/0.2.20.tar.gz 2 | -------------------------------------------------------------------------------- /community/umurmur/version: -------------------------------------------------------------------------------- 1 | 0.2.20 2 2 | -------------------------------------------------------------------------------- /community/unbound/depends: -------------------------------------------------------------------------------- 1 | expat make 2 | libevent make 3 | openssl make 4 | -------------------------------------------------------------------------------- /community/unbound/version: -------------------------------------------------------------------------------- 1 | 1.22.0 1 2 | -------------------------------------------------------------------------------- /community/unzip/depends: -------------------------------------------------------------------------------- 1 | bzip2 2 | -------------------------------------------------------------------------------- /community/unzip/version: -------------------------------------------------------------------------------- 1 | 6.0 2 2 | -------------------------------------------------------------------------------- /community/uthash/checksums: -------------------------------------------------------------------------------- 1 | 2a88ecfb875fb7800e771169b364efbe6cfe3c216c499c08828c1c942dc4d94a22 2 | -------------------------------------------------------------------------------- /community/uthash/sources: -------------------------------------------------------------------------------- 1 | https://github.com/troydhanson/uthash/archive/v2.3.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/uthash/version: -------------------------------------------------------------------------------- 1 | 2.3.0 1 2 | -------------------------------------------------------------------------------- /community/virglrenderer/depends: -------------------------------------------------------------------------------- 1 | libdrm 2 | libepoxy 3 | mesa 4 | meson make 5 | -------------------------------------------------------------------------------- /community/virglrenderer/version: -------------------------------------------------------------------------------- 1 | 1.1.0 1 2 | -------------------------------------------------------------------------------- /community/vis/depends: -------------------------------------------------------------------------------- 1 | libtermkey make 2 | lpeg make 3 | lua make 4 | ncurses 5 | -------------------------------------------------------------------------------- /community/vis/version: -------------------------------------------------------------------------------- 1 | 95bf9f59f8a9a37148bdc0787db378d62c7cd032 1 2 | -------------------------------------------------------------------------------- /community/viu/checksums: -------------------------------------------------------------------------------- 1 | 0938a16e4cbf22346121f3d5a04457e2307882134390ae808d33d5d9d8a6a14e4c 2 | -------------------------------------------------------------------------------- /community/viu/depends: -------------------------------------------------------------------------------- 1 | rust make 2 | -------------------------------------------------------------------------------- /community/viu/sources: -------------------------------------------------------------------------------- 1 | https://github.com/atanunq/viu/archive/v1.4.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/viu/version: -------------------------------------------------------------------------------- 1 | 1.4.0 1 2 | -------------------------------------------------------------------------------- /community/vmwh/checksums: -------------------------------------------------------------------------------- 1 | 8fc7511cb6d6a09ccd68809694c3f40199dfe03f43fec2ccec0b3fc3a4e29cffae 2 | -------------------------------------------------------------------------------- /community/vmwh/depends: -------------------------------------------------------------------------------- 1 | xclip 2 | -------------------------------------------------------------------------------- /community/vmwh/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/jcs/vmwh 2 | patches/no-strnvis.patch 3 | -------------------------------------------------------------------------------- /community/vmwh/version: -------------------------------------------------------------------------------- 1 | git 2 2 | -------------------------------------------------------------------------------- /community/vundle/checksums: -------------------------------------------------------------------------------- 1 | 11266c8eabcb4c59f1f0543408289021d855900c106d7254a6d7f970b3e0298d12 2 | -------------------------------------------------------------------------------- /community/vundle/depends: -------------------------------------------------------------------------------- 1 | vim 2 | -------------------------------------------------------------------------------- /community/vundle/version: -------------------------------------------------------------------------------- 1 | 0.10.2 2 2 | -------------------------------------------------------------------------------- /community/wayvnc/checksums: -------------------------------------------------------------------------------- 1 | 4965493f78445cc4268790574b0c0554a2ecd2b31d52581a4a678db994e8aeca0c 2 | -------------------------------------------------------------------------------- /community/wayvnc/sources: -------------------------------------------------------------------------------- 1 | https://github.com/any1/wayvnc/archive/refs/tags/v0.7.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/wayvnc/version: -------------------------------------------------------------------------------- 1 | 0.7.2 1 2 | -------------------------------------------------------------------------------- /community/wireguard-tools/depends: -------------------------------------------------------------------------------- 1 | bash 2 | iproute2 3 | iptables 4 | openresolv 5 | -------------------------------------------------------------------------------- /community/wireguard-tools/version: -------------------------------------------------------------------------------- 1 | 1.0.20210914 2 2 | -------------------------------------------------------------------------------- /community/wireless_tools/version: -------------------------------------------------------------------------------- 1 | 30.pre9 1 2 | -------------------------------------------------------------------------------- /community/wl-clipboard/depends: -------------------------------------------------------------------------------- 1 | meson make 2 | wayland 3 | wayland-protocols make 4 | -------------------------------------------------------------------------------- /community/wl-clipboard/sources: -------------------------------------------------------------------------------- 1 | https://github.com/bugaevc/wl-clipboard/archive/v2.2.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/wl-clipboard/version: -------------------------------------------------------------------------------- 1 | 2.2.1 1 2 | -------------------------------------------------------------------------------- /community/wl-screenrec/depends: -------------------------------------------------------------------------------- 1 | ffmpeg 2 | libva 3 | mesa 4 | rust make 5 | -------------------------------------------------------------------------------- /community/wl-screenrec/version: -------------------------------------------------------------------------------- 1 | 0.1.7 1 2 | -------------------------------------------------------------------------------- /community/wlr-randr/depends: -------------------------------------------------------------------------------- 1 | meson make 2 | samurai make 3 | wayland 4 | -------------------------------------------------------------------------------- /community/wlr-randr/sources: -------------------------------------------------------------------------------- 1 | https://git.sr.ht/~emersion/wlr-randr/archive/v0.4.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/wlr-randr/version: -------------------------------------------------------------------------------- 1 | 0.4.1 1 2 | -------------------------------------------------------------------------------- /community/wmenu/checksums: -------------------------------------------------------------------------------- 1 | 6b2bda0a15a020cd68527135db553f9f25532ffcf0ee1e09cebcbf1ff967a8f956 2 | -------------------------------------------------------------------------------- /community/wmenu/version: -------------------------------------------------------------------------------- 1 | fc69aa6e2bccca461a0bd0c10b448b64ccda1d42 1 2 | -------------------------------------------------------------------------------- /community/xxd/checksums: -------------------------------------------------------------------------------- 1 | 9bb554c495e5e09e00d8187daac4488e59da4216054b3e5050e6548a5dcabf3e46 2 | -------------------------------------------------------------------------------- /community/xxd/version: -------------------------------------------------------------------------------- 1 | 6b085b9d7367e077ca69f4f82ba0f92cc6b6e443 1 2 | -------------------------------------------------------------------------------- /community/yajl/checksums: -------------------------------------------------------------------------------- 1 | b509b84203e30ce6cf4a57450a4e7e5e85eb348444cc61ea28fa6c33cb3bb6b7d7 2 | -------------------------------------------------------------------------------- /community/yajl/sources: -------------------------------------------------------------------------------- 1 | https://github.com/lloyd/yajl/archive/2.1.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/yajl/version: -------------------------------------------------------------------------------- 1 | 2.1.0 1 2 | -------------------------------------------------------------------------------- /community/yarn/checksums: -------------------------------------------------------------------------------- 1 | 38db913cec8820a4fda02a35cf3ddf2bc0083070a98e98bcc7e29b6d9fe0d93b25 2 | -------------------------------------------------------------------------------- /community/yarn/depends: -------------------------------------------------------------------------------- 1 | nodejs 2 | -------------------------------------------------------------------------------- /community/yarn/sources: -------------------------------------------------------------------------------- 1 | https://yarnpkg.com/downloads/1.22.22/yarn-v1.22.22.tar.gz 2 | -------------------------------------------------------------------------------- /community/yarn/version: -------------------------------------------------------------------------------- 1 | 1.22.22 1 2 | -------------------------------------------------------------------------------- /community/yash/checksums: -------------------------------------------------------------------------------- 1 | 0bb4f1a7a607d1066e29d0d6c6da359b4c2064cd415250105f9a73ec222132c16e 2 | -------------------------------------------------------------------------------- /community/yash/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/yash/version: -------------------------------------------------------------------------------- 1 | 2.58.1 1 2 | -------------------------------------------------------------------------------- /community/yasm/checksums: -------------------------------------------------------------------------------- 1 | b76de631640de28815c5188e0c7a4d659257f68a1d1591679510017137c6383b57 2 | -------------------------------------------------------------------------------- /community/yasm/sources: -------------------------------------------------------------------------------- 1 | http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/yasm/version: -------------------------------------------------------------------------------- 1 | 1.3.0 1 2 | -------------------------------------------------------------------------------- /community/yt-dlp/depends: -------------------------------------------------------------------------------- 1 | python 2 | zip make 3 | -------------------------------------------------------------------------------- /community/yt-dlp/files/youtube-dl: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec yt-dlp --compat-options youtube-dl "$@" 3 | -------------------------------------------------------------------------------- /community/yt-dlp/version: -------------------------------------------------------------------------------- 1 | 2025.05.22 1 2 | -------------------------------------------------------------------------------- /community/ytfzf/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make PREFIX=/usr DESTDIR="$1" install doc 4 | -------------------------------------------------------------------------------- /community/ytfzf/checksums: -------------------------------------------------------------------------------- 1 | b93bc75fdd0f5705ab635b70a17ad26d416bc4ec990f52c10d0d636f790f256e05 2 | -------------------------------------------------------------------------------- /community/ytfzf/depends: -------------------------------------------------------------------------------- 1 | jq 2 | luajit 3 | mpv 4 | ncurses 5 | util-linux 6 | yt-dlp 7 | -------------------------------------------------------------------------------- /community/ytfzf/sources: -------------------------------------------------------------------------------- 1 | https://github.com/pystardust/ytfzf/archive/refs/tags/v2.6.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/ytfzf/version: -------------------------------------------------------------------------------- 1 | 2.6.2 1 2 | -------------------------------------------------------------------------------- /community/zathura-cb/depends: -------------------------------------------------------------------------------- 1 | libarchive 2 | meson make 3 | zathura 4 | -------------------------------------------------------------------------------- /community/zathura-cb/version: -------------------------------------------------------------------------------- 1 | 0.1.10 1 2 | -------------------------------------------------------------------------------- /community/zathura-djvu/depends: -------------------------------------------------------------------------------- 1 | meson make 2 | djvulibre 3 | zathura 4 | -------------------------------------------------------------------------------- /community/zathura-djvu/version: -------------------------------------------------------------------------------- 1 | 0.2.9 1 2 | -------------------------------------------------------------------------------- /community/zathura-pdf-mupdf/version: -------------------------------------------------------------------------------- 1 | 0.4.4 11 2 | -------------------------------------------------------------------------------- /community/zathura-pdf-poppler/depends: -------------------------------------------------------------------------------- 1 | meson make 2 | poppler 3 | zathura 4 | -------------------------------------------------------------------------------- /community/zathura-pdf-poppler/version: -------------------------------------------------------------------------------- 1 | 0.3.3 1 2 | -------------------------------------------------------------------------------- /community/zathura/files/zathura-sandbox.1: -------------------------------------------------------------------------------- 1 | zathura.1 -------------------------------------------------------------------------------- /community/zathura/version: -------------------------------------------------------------------------------- 1 | 0.5.11 1 2 | -------------------------------------------------------------------------------- /community/zig-bin/checksums: -------------------------------------------------------------------------------- 1 | 4b699474ad567ff0b1ca0d200a6901c8a6a2b506ab6b5ba85a5052c372327e97e9 2 | -------------------------------------------------------------------------------- /community/zig-bin/version: -------------------------------------------------------------------------------- 1 | 0.14.0 1 2 | -------------------------------------------------------------------------------- /community/zip/depends: -------------------------------------------------------------------------------- 1 | bzip2 2 | -------------------------------------------------------------------------------- /community/zip/version: -------------------------------------------------------------------------------- 1 | 3.0 2 2 | -------------------------------------------------------------------------------- /community/zls-bin/version: -------------------------------------------------------------------------------- 1 | 0.14.0 1 2 | -------------------------------------------------------------------------------- /community/zsh/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | xz make 3 | -------------------------------------------------------------------------------- /community/zsh/files/zprofile: -------------------------------------------------------------------------------- 1 | emulate sh -c '. /etc/profile' 2 | -------------------------------------------------------------------------------- /community/zsh/version: -------------------------------------------------------------------------------- 1 | 5.9 1 2 | -------------------------------------------------------------------------------- /community/zzz/sources: -------------------------------------------------------------------------------- 1 | files/zzz 2 | files/zzz.8 3 | -------------------------------------------------------------------------------- /community/zzz/version: -------------------------------------------------------------------------------- 1 | 1 1 2 | --------------------------------------------------------------------------------