├── .github ├── PULL_REQUEST_TEMPLATE.md └── workflows │ └── main.yml ├── LICENSE ├── README └── community ├── 2bwm ├── build ├── checksums ├── depends ├── sources └── version ├── 9base ├── build ├── checksums ├── sources └── version ├── abduco ├── build ├── checksums ├── sources └── version ├── aerc ├── build ├── checksums ├── depends ├── sources └── version ├── age ├── build ├── checksums ├── depends ├── sources └── version ├── alacritty ├── build ├── checksums ├── depends ├── sources └── version ├── alsa-plugins ├── build ├── checksums ├── depends ├── sources └── version ├── aria2 ├── build ├── checksums ├── depends ├── sources └── version ├── asciinema ├── build ├── checksums ├── depends ├── sources └── version ├── autoconf ├── build ├── checksums ├── depends ├── sources └── version ├── automake ├── build ├── checksums ├── depends ├── sources └── version ├── azpainter ├── 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 ├── bdftopcf ├── build ├── checksums ├── depends ├── sources └── version ├── bim ├── build ├── checksums ├── sources └── version ├── bind ├── build ├── checksums ├── depends ├── sources └── version ├── birch ├── build ├── depends ├── sources └── version ├── bit-bin ├── build ├── checksums ├── depends ├── sources └── version ├── bitfetch ├── build ├── checksums ├── depends ├── sources └── version ├── bkeymaps ├── build ├── checksums ├── post-install ├── sources └── version ├── boost ├── build ├── checksums ├── depends ├── sources └── version ├── bottom ├── build ├── checksums ├── depends ├── sources └── version ├── brillo ├── build ├── checksums ├── sources └── version ├── bspwm ├── build ├── checksums ├── depends ├── sources └── version ├── btpd ├── build ├── checksums ├── depends ├── sources └── version ├── btrfs-progs ├── build ├── checksums ├── depends ├── sources └── version ├── bubblewrap ├── build ├── checksums ├── depends ├── patches │ └── realpath-workaround.patch ├── sources └── version ├── caddy ├── build ├── checksums ├── depends ├── files │ ├── caddy.conf │ └── caddy.run ├── sources └── version ├── calcurse ├── build ├── checksums ├── depends ├── sources └── version ├── catclock-git ├── build ├── depends ├── sources └── version ├── ccls ├── build ├── checksums ├── depends ├── sources └── version ├── cfm ├── build ├── checksums ├── sources └── version ├── cli-visualizer ├── build ├── checksums ├── depends ├── sources └── version ├── cloc ├── build ├── checksums ├── depends ├── sources └── version ├── cmus ├── build ├── checksums ├── depends ├── sources └── version ├── conky ├── build ├── checksums ├── depends ├── sources └── version ├── coreutils ├── build ├── checksums ├── sources └── version ├── croc ├── build ├── checksums ├── depends ├── sources └── version ├── cryptsetup ├── build ├── checksums ├── depends ├── sources └── version ├── cups-filters ├── build ├── checksums ├── depends ├── sources └── version ├── cups ├── build ├── checksums ├── post-install ├── sources └── version ├── curlpp ├── build ├── checksums ├── depends ├── sources └── version ├── cyrus-sasl ├── build ├── checksums ├── depends ├── sources └── version ├── dash ├── build ├── checksums ├── sources └── version ├── dejavu-ttf ├── build ├── checksums ├── post-install ├── sources └── version ├── delta ├── build ├── checksums ├── depends ├── sources └── version ├── diffutils ├── build ├── checksums ├── sources └── version ├── discount ├── build ├── checksums ├── sources └── version ├── diskonaut ├── build ├── checksums ├── depends ├── sources └── version ├── djvulibre ├── build ├── checksums ├── sources └── version ├── dmenu ├── build ├── checksums ├── depends ├── sources └── version ├── dolphin-emu ├── build ├── depends ├── sources └── version ├── dosbox ├── build ├── checksums ├── depends ├── sources └── version ├── dsp ├── build ├── checksums ├── depends ├── sources └── version ├── duf ├── build ├── checksums ├── depends ├── sources └── version ├── dust ├── build ├── checksums ├── depends ├── sources └── version ├── dvtm ├── build ├── checksums ├── depends ├── sources └── version ├── dwm ├── build ├── checksums ├── depends ├── sources └── version ├── ed ├── build ├── checksums ├── depends ├── sources └── version ├── elvish ├── build ├── checksums ├── depends ├── sources └── version ├── emacs ├── build ├── checksums ├── depends ├── sources └── version ├── entr ├── build ├── checksums ├── sources └── version ├── es ├── build ├── checksums ├── patches │ └── musl.patch ├── sources └── version ├── exa ├── build ├── checksums ├── depends ├── sources └── version ├── execline ├── build ├── checksums ├── depends ├── sources └── version ├── expect ├── 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 ├── fd ├── build ├── checksums ├── depends ├── sources └── version ├── fdm ├── build ├── checksums ├── depends ├── files │ └── musl.patch ├── sources └── version ├── feh ├── build ├── checksums ├── depends ├── sources └── version ├── fetsh ├── build ├── checksums ├── sources └── version ├── fff ├── build ├── checksums ├── depends ├── sources └── version ├── fftw ├── build ├── checksums ├── sources └── version ├── file ├── build ├── checksums ├── depends ├── sources └── version ├── findutils ├── build ├── checksums ├── sources └── version ├── fish ├── build ├── checksums ├── depends ├── files │ ├── cdp.completion.fish │ ├── cdp.function.fish │ └── kiss.completion.fish ├── sources └── version ├── flac ├── build ├── checksums ├── depends ├── sources └── version ├── flashrom ├── build ├── checksums ├── depends ├── sources └── version ├── fldigi ├── build ├── checksums ├── depends ├── sources └── version ├── fltk ├── build ├── checksums ├── depends ├── sources └── version ├── font-awesome-otf ├── build ├── checksums ├── post-install ├── sources └── version ├── font-awesome-ttf ├── build ├── checksums ├── post-install ├── sources └── version ├── freeglut ├── build ├── checksums ├── depends ├── patches │ └── fno-common.patch ├── sources └── version ├── freerdp ├── build ├── checksums ├── depends ├── sources └── version ├── fuse ├── build ├── checksums ├── depends ├── sources └── version ├── fzf ├── build ├── checksums ├── depends ├── sources └── version ├── gawk ├── build ├── checksums ├── sources └── version ├── gc ├── build ├── checksums ├── sources └── version ├── gdb ├── build ├── checksums ├── depends ├── sources └── version ├── ghc-bin ├── build ├── checksums ├── depends ├── files │ └── ghci ├── sources └── version ├── ghostscript ├── build ├── checksums ├── sources └── version ├── giblib ├── build ├── checksums ├── depends ├── sources └── version ├── girara ├── build ├── checksums ├── depends ├── sources └── version ├── github-cli ├── build ├── checksums ├── depends ├── sources └── version ├── gitlab-glab ├── build ├── checksums ├── depends ├── sources └── version ├── glib-networking ├── build ├── checksums ├── depends ├── sources └── version ├── globe-cli ├── build ├── checksums ├── depends ├── sources └── version ├── glorytun ├── build ├── checksums ├── depends ├── sources └── version ├── glow-bin ├── build ├── checksums ├── sources └── version ├── glu ├── build ├── checksums ├── depends ├── sources └── version ├── gmp ├── build ├── checksums ├── depends ├── sources └── version ├── gnu-netcat ├── build ├── checksums ├── sources └── version ├── gnugrep ├── build ├── checksums ├── sources └── version ├── gnupg2 ├── build ├── checksums ├── depends ├── sources └── version ├── gnuplot ├── build ├── checksums ├── depends ├── sources └── version ├── gnutls ├── build ├── checksums ├── depends ├── sources └── version ├── go ├── build ├── checksums ├── patches │ └── posix-build.patch ├── sources └── version ├── gocloc ├── build ├── checksums ├── depends ├── sources └── version ├── goimports ├── build ├── checksums ├── depends ├── sources └── version ├── golangci-lint-bin ├── build ├── checksums ├── depends ├── sources └── version ├── graphviz ├── build ├── checksums ├── depends ├── sources └── version ├── groff ├── build ├── checksums ├── files │ └── musl.patch ├── sources └── version ├── gron-git ├── build ├── depends ├── sources └── version ├── gsl ├── build ├── checksums ├── sources └── version ├── gst-plugins-base ├── build ├── checksums ├── depends ├── sources └── version ├── gst-plugins ├── build ├── checksums ├── depends ├── sources └── version ├── gstreamer ├── build ├── checksums ├── depends ├── sources └── version ├── gt5 ├── build ├── checksums ├── sources └── version ├── gtar ├── build ├── checksums ├── sources └── version ├── gumbo-parser ├── build ├── checksums ├── sources └── version ├── hack ├── build ├── checksums ├── post-install ├── sources └── version ├── harfbuzz-icu ├── build ├── checksums ├── depends ├── sources └── version ├── herbe ├── build ├── checksums ├── depends ├── sources └── version ├── hexyl ├── build ├── checksums ├── depends ├── sources └── version ├── hsetroot ├── build ├── checksums ├── depends ├── sources └── version ├── htop ├── build ├── checksums ├── depends ├── sources └── version ├── hummingbird-git ├── build ├── checksums ├── sources └── version ├── hyperfine ├── build ├── checksums ├── depends ├── sources └── version ├── iana-etc ├── build ├── checksums ├── files │ ├── protocols │ └── services ├── sources └── version ├── icu ├── build ├── checksums ├── sources └── version ├── ii ├── build ├── checksums ├── sources └── version ├── imagemagick ├── build ├── checksums ├── depends ├── sources └── version ├── imlib2 ├── build ├── checksums ├── depends ├── sources └── version ├── intel-media-driver ├── build ├── checksums ├── depends ├── sources └── version ├── ioping ├── build ├── checksums ├── sources └── version ├── iosevka-nerd-fonts ├── build ├── checksums ├── sources └── version ├── iproute2 ├── build ├── checksums ├── depends ├── patches │ └── 0001-make-iproute2-fhs-compliant.patch ├── sources └── version ├── iptables ├── build ├── checksums ├── sources └── version ├── iputils ├── build ├── checksums ├── depends ├── post-install ├── sources └── version ├── irssi ├── build ├── checksums ├── depends ├── sources └── version ├── isync ├── build ├── checksums ├── depends ├── sources └── version ├── jbig2dec ├── build ├── checksums ├── depends ├── sources └── version ├── jq ├── build ├── checksums ├── sources └── version ├── json-c ├── build ├── checksums ├── depends ├── sources └── version ├── kakoune ├── build ├── checksums ├── depends ├── sources └── version ├── keyutils ├── build ├── checksums ├── sources └── version ├── kfc ├── build ├── checksums ├── sources └── version ├── kirc ├── build ├── checksums ├── patches │ └── channel.patch ├── sources └── version ├── kiss-encryption ├── build ├── checksums ├── sources └── version ├── kmod ├── build ├── checksums ├── depends ├── sources └── version ├── ladspa ├── build ├── checksums ├── patches │ └── fix-memleak-in-plugin-scanning.patch ├── sources └── version ├── lcms ├── build ├── checksums ├── depends ├── sources └── version ├── lemonbar ├── build ├── checksums ├── depends ├── sources └── version ├── less ├── build ├── checksums ├── depends ├── sources └── version ├── lesstif ├── build ├── checksums ├── depends ├── sources └── version ├── libXslt ├── build ├── checksums ├── depends ├── sources └── version ├── libaio ├── build ├── checksums ├── sources └── version ├── libarchive ├── build ├── checksums ├── depends ├── sources └── version ├── libassuan ├── build ├── checksums ├── depends ├── sources └── version ├── libburn ├── build ├── checksums ├── depends ├── sources └── version ├── libcap ├── build ├── checksums ├── depends ├── sources └── version ├── libconfig ├── build ├── checksums ├── sources └── version ├── libedit ├── build ├── checksums ├── depends ├── sources └── version ├── libev ├── build ├── checksums ├── sources └── version ├── libevent ├── build ├── checksums ├── sources └── version ├── libexif ├── build ├── checksums ├── sources └── version ├── libgcrypt ├── build ├── checksums ├── depends ├── sources └── version ├── libgit2 ├── build ├── checksums ├── sources └── version ├── libgpg-error ├── build ├── checksums ├── sources └── version ├── libisoburn ├── build ├── checksums ├── depends ├── sources └── version ├── libisofs ├── build ├── checksums ├── depends ├── sources └── version ├── libksba ├── build ├── checksums ├── sources └── version ├── libmad ├── build ├── checksums ├── sources └── version ├── libmpdclient ├── build ├── checksums ├── depends ├── sources └── version ├── libmupdf ├── build ├── checksums ├── depends ├── patches │ └── pkcs7-fix.patch ├── sources └── version ├── libnl ├── build ├── checksums ├── sources └── version ├── libpcap ├── build ├── checksums ├── sources └── version ├── libportaudio2 ├── build ├── checksums ├── sources └── version ├── libpsl ├── build ├── checksums ├── depends ├── sources └── version ├── libsamplerate ├── build ├── checksums ├── depends ├── sources └── version ├── libsixel ├── build ├── checksums ├── depends ├── sources └── version ├── libsndfile ├── build ├── checksums ├── depends ├── sources └── version ├── libsodium ├── build ├── checksums ├── sources └── version ├── libsoup ├── build ├── checksums ├── depends ├── sources └── version ├── libtasn1 ├── build ├── checksums ├── sources └── version ├── libtirpc ├── build ├── checksums ├── sources └── version ├── libtool ├── build ├── checksums ├── depends ├── sources └── version ├── libtorrent ├── build ├── checksums ├── depends ├── sources └── version ├── libusb ├── build ├── checksums ├── sources └── version ├── libuv ├── build ├── checksums ├── depends ├── sources └── version ├── libvncserver ├── build ├── checksums ├── depends ├── sources └── version ├── libxaw3d ├── build ├── checksums ├── depends ├── sources └── version ├── libxml2 ├── build ├── checksums ├── depends ├── sources └── version ├── lilo ├── build ├── checksums ├── depends ├── files │ └── lilo.conf ├── patches │ ├── musl.patch │ └── x86_64.patch ├── sources └── version ├── links2 ├── build ├── checksums ├── depends ├── sources └── version ├── lsd ├── build ├── checksums ├── depends ├── sources └── version ├── lsof ├── build ├── checksums ├── sources └── version ├── lua ├── build ├── checksums ├── files │ └── lua.pc ├── sources └── version ├── luajit ├── build ├── checksums ├── sources └── version ├── lvm2 ├── build ├── checksums ├── depends ├── patches │ ├── bashism.patch │ ├── disable-symver.patch │ └── fix-stdio-usage.patch ├── sources └── version ├── lynx ├── build ├── checksums ├── depends ├── sources └── version ├── lz4 ├── build ├── checksums ├── sources └── version ├── lzo ├── build ├── checksums ├── sources └── version ├── maim ├── build ├── checksums ├── depends ├── sources └── version ├── man-pages-posix ├── build ├── checksums ├── sources └── version ├── man-pages ├── build ├── checksums ├── sources └── version ├── mawk ├── build ├── checksums ├── sources └── version ├── mblaze ├── build ├── checksums ├── sources └── version ├── megatools ├── build ├── checksums ├── depends ├── sources └── version ├── mercurial ├── build ├── checksums ├── depends ├── sources └── version ├── micro ├── build ├── checksums ├── depends ├── post-install ├── sources └── version ├── minisign ├── build ├── checksums ├── depends ├── sources └── version ├── mit-scheme ├── build ├── checksums ├── depends ├── sources └── version ├── mksh ├── build ├── checksums ├── sources └── version ├── mpc ├── build ├── checksums ├── depends ├── sources └── version ├── mpd ├── build ├── checksums ├── depends ├── files │ └── mpd.run ├── sources └── version ├── mpdas ├── build ├── checksums ├── depends ├── files │ └── mpdas.run ├── sources └── version ├── mpfr ├── build ├── checksums ├── depends ├── sources └── version ├── msmtp ├── build ├── checksums ├── depends ├── sources └── version ├── mtr ├── build ├── checksums ├── depends ├── sources └── version ├── mutt ├── build ├── checksums ├── depends ├── sources └── version ├── nano ├── build ├── checksums ├── depends ├── sources └── version ├── nawk-git ├── build ├── checksums ├── sources └── version ├── ncdu ├── build ├── checksums ├── depends ├── sources └── version ├── ncmpcpp ├── build ├── checksums ├── depends ├── patches │ └── stdexcept.patch ├── sources └── version ├── neatvi ├── build ├── checksums ├── sources └── version ├── neofetch ├── build ├── checksums ├── depends ├── sources └── version ├── neovim ├── build ├── checksums ├── depends ├── sources └── version ├── netsurf-fb ├── build ├── checksums ├── depends ├── sources └── version ├── nettle ├── build ├── checksums ├── sources └── version ├── nfs-utils ├── build ├── checksums ├── depends ├── sources └── version ├── nmap ├── build ├── checksums ├── sources └── version ├── nnn ├── build ├── checksums ├── depends ├── sources └── version ├── npth ├── build ├── checksums ├── sources └── version ├── nss ├── build ├── checksums ├── depends ├── sources └── version ├── ntfs-3g ├── build ├── checksums ├── depends ├── sources └── version ├── numlockx ├── build ├── checksums ├── depends ├── sources └── version ├── nvme-cli ├── build ├── checksums ├── depends ├── sources └── version ├── oath-toolkit ├── build ├── checksums ├── depends ├── sources └── version ├── oed ├── build ├── checksums ├── sources └── version ├── oksh ├── build ├── checksums ├── depends ├── post-install ├── sources └── version ├── onefetch ├── build ├── checksums ├── depends ├── sources └── version ├── openjpeg2 ├── build ├── checksums ├── depends ├── sources └── version ├── openntpd ├── build ├── checksums ├── depends ├── files │ └── ntpd.run ├── post-install ├── sources └── version ├── openvpn ├── build ├── checksums ├── depends ├── sources └── version ├── optipng ├── build ├── checksums ├── depends ├── sources └── version ├── os-prober ├── build ├── checksums ├── sources └── version ├── osh ├── build ├── checksums ├── depends ├── sources └── version ├── ox ├── build ├── checksums ├── depends ├── sources └── version ├── pandoc-bin ├── build ├── checksums ├── sources └── version ├── parted ├── build ├── checksums ├── depends ├── sources └── version ├── pash ├── build ├── checksums ├── depends ├── sources └── version ├── pass ├── build ├── checksums ├── depends ├── sources └── version ├── patch ├── build ├── checksums ├── sources └── version ├── pciutils ├── build ├── checksums ├── depends ├── sources └── version ├── pcre ├── build ├── checksums ├── sources └── version ├── pcre2 ├── build ├── checksums ├── depends ├── sources └── version ├── pfetch ├── build ├── checksums ├── sources └── version ├── picom ├── build ├── checksums ├── depends ├── sources └── version ├── pinentry-dmenu ├── build ├── checksums ├── depends ├── sources └── version ├── pinentry ├── build ├── checksums ├── depends ├── sources └── version ├── pkcs11-helper ├── build ├── checksums ├── depends ├── sources └── version ├── poppler ├── build ├── checksums ├── depends ├── sources └── version ├── popt ├── build ├── checksums ├── sources └── version ├── ppp ├── build ├── checksums ├── depends ├── files │ ├── ip-down │ ├── ip-down.d.dns.sh │ ├── ip-up │ ├── ip-up.d.dns.sh │ ├── ipv6-down │ ├── ipv6-up │ ├── ipv6-up.d.iface-config.sh │ └── options ├── patches │ ├── 0011-build-sys-don-t-put-connect-errors-log-to-etc-ppp.patch │ ├── fix-bound-check-eap.patch │ ├── fix-paths.patch │ ├── fix-pppd-magic.h.patch │ ├── fix-pppd-pppoe.h.patch │ ├── musl-fix-headers.patch │ ├── pppd-Ignore-received-EAP-messages-when-not-doing-EAP.patch │ └── radius-Prevent-buffer-overflow-in-rc_mksid.patch ├── sources └── version ├── pptp ├── build ├── checksums ├── depends ├── sources └── version ├── procps-ng ├── build ├── checksums ├── depends ├── sources └── version ├── procs ├── build ├── checksums ├── depends ├── sources └── version ├── pv ├── build ├── checksums ├── sources └── version ├── python2 ├── build ├── checksums ├── depends ├── patches │ └── python2-always-pip.patch ├── sources └── version ├── qemu ├── build ├── checksums ├── depends ├── patches │ ├── 001-map-sync.patch │ ├── 002-ppc.patch │ ├── 003-sigtrm-max.patch │ ├── 004-syscall.patch │ └── 005-xattr.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-webchannel ├── build ├── checksums ├── depends ├── sources └── version ├── qt5-webengine ├── build ├── checksums ├── depends ├── patches │ ├── 0002-musl-don-t-use-pvalloc-as-it-s-not-available-on-musl.patch │ ├── 0004-mkspecs-Allow-builds-with-libc-glibc.patch │ ├── 0011-chromium-musl-sandbox-Define-TEMP_FAILURE_RETRY-if-n.patch │ ├── 0012-chromium-musl-Avoid-mallinfo-APIs-on-non-glibc-linux.patch │ ├── 0013-chromium-musl-include-fcntl.h-for-loff_t.patch │ ├── 0014-chromium-musl-use-off64_t-instead-of-the-internal-__.patch │ ├── 0015-chromium-musl-linux-glibc-make-the-distinction.patch │ ├── 0016-chromium-musl-allocator-Do-not-include-glibc_weak_sy.patch │ ├── 0017-chromium-musl-Use-correct-member-name-__si_fields-fr.patch │ ├── 0018-chromium-musl-Define-res_ninit-and-res_nclose-for-no.patch │ ├── 0019-chromium-musl-Do-not-define-__sbrk-on-musl.patch │ ├── 0020-chromium-musl-Adjust-default-pthread-stack-size.patch │ ├── 0021-chromium-musl-Use-_fpstate-instead-of-_libc_fpstate-.patch │ ├── 0022-chromium-musl-elf_reader.cc-include-sys-reg.h-to-get.patch │ ├── 0023-chromium-musl-pread-pwrite.patch │ ├── 0030-chromium-musl-execinfo.patch │ ├── 0031-chromium-musl-portable-msghdr.patch │ └── 0032-chromium-musl-sandbox.patch ├── sources └── version ├── qt5-x11extras ├── build ├── checksums ├── depends ├── sources └── version ├── qt5 ├── build ├── checksums ├── depends ├── files │ └── qt.conf ├── patches │ ├── qsslcontext_openssl_cpp.patch │ ├── qsslsocket_openssl_cpp.patch │ ├── qsslsocket_openssl_symbols_cpp.patch │ └── qsslsocket_openssl_symbols_p.patch ├── sources └── version ├── rage ├── build ├── checksums ├── depends ├── sources └── version ├── ranger ├── build ├── checksums ├── depends ├── patches │ └── 081e73152a9391211770fab56676d7d974413ae6.patch ├── sources └── version ├── rclone ├── build ├── checksums ├── depends ├── sources └── version ├── readline ├── build ├── checksums ├── depends ├── sources └── version ├── restic ├── build ├── checksums ├── depends ├── sources └── version ├── retrogram-rtlsdr ├── build ├── checksums ├── depends ├── sources └── version ├── ripgrep ├── build ├── checksums ├── depends ├── sources └── version ├── rpcsvc-proto ├── build ├── checksums ├── sources └── version ├── rtl-sdr ├── build ├── checksums ├── depends ├── sources └── version ├── rtorrent ├── build ├── checksums ├── depends ├── sources └── version ├── ruby ├── build ├── checksums ├── sources └── version ├── runit ├── build ├── checksums ├── files │ ├── 2 │ ├── poweroff │ └── reboot ├── patches │ ├── clearmem.patch │ ├── svlogd.patch │ └── utmpset-time_t.patch ├── sources └── version ├── rxvt-unicode ├── build ├── checksums ├── depends ├── patches │ ├── gentables.patch │ └── rxvt-unicode-kerning.patch ├── sources └── version ├── s6-linux-init ├── build ├── checksums ├── depends ├── 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 ├── sc-im ├── build ├── checksums ├── depends ├── sources └── version ├── sc ├── build ├── checksums ├── depends ├── sources └── version ├── scdoc ├── build ├── checksums ├── sources └── version ├── screen ├── build ├── checksums ├── sources └── version ├── scroll ├── build ├── checksums ├── sources └── version ├── scrot ├── build ├── checksums ├── depends ├── sources └── version ├── sct ├── build ├── checksums ├── depends ├── sources └── version ├── sdcv ├── build ├── checksums ├── depends ├── sources └── version ├── sdl ├── build ├── checksums ├── depends ├── sources └── version ├── sdl2 ├── build ├── checksums ├── depends ├── sources └── version ├── seatd ├── build ├── checksums ├── depends ├── files │ └── run ├── sources └── version ├── secret ├── build ├── checksums ├── sources └── version ├── sed ├── build ├── checksums ├── sources └── version ├── setroot ├── build ├── checksums ├── depends ├── sources └── version ├── sfeed ├── build ├── checksums ├── depends ├── sources └── version ├── sfeed_curses ├── build ├── checksums ├── depends ├── sources └── version ├── shadow ├── build ├── checksums ├── sources └── version ├── shellcheck-bin ├── build ├── checksums ├── sources └── version ├── shfm ├── 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 ├── skalibs ├── build ├── checksums ├── sources └── version ├── slmenu ├── build ├── checksums ├── sources └── version ├── slock ├── build ├── checksums ├── depends ├── sources └── version ├── slop ├── build ├── checksums ├── depends ├── sources └── version ├── sls ├── build ├── checksums ├── post-install ├── sources └── version ├── socat ├── build ├── checksums ├── depends ├── sources └── version ├── spleen-font ├── build ├── checksums ├── sources └── version ├── spotifyd ├── build ├── checksums ├── depends ├── patches │ └── libressl.patch ├── sources └── version ├── squashfs-tools ├── build ├── checksums ├── depends ├── sources └── version ├── sshfs ├── build ├── checksums ├── depends ├── sources └── version ├── surf ├── build ├── checksums ├── depends ├── sources └── version ├── svkbd ├── build ├── checksums ├── depends ├── sources └── version ├── sx ├── build ├── checksums ├── depends ├── sources └── version ├── sxhkd ├── build ├── checksums ├── depends ├── sources └── version ├── sxiv ├── build ├── checksums ├── depends ├── sources └── version ├── syncthing ├── build ├── checksums ├── depends ├── sources └── version ├── sysmgr ├── build ├── checksums ├── files │ ├── respawn │ ├── sysmgr.boot │ └── sysmgr.pre.shutdown ├── post-install ├── sources └── version ├── tabbed ├── build ├── checksums ├── depends ├── files │ └── tabbed-0.6-xft.diff ├── sources └── version ├── tcc ├── build ├── checksums ├── sources └── version ├── tcl ├── build ├── checksums ├── depends ├── sources └── version ├── tcpdump ├── build ├── checksums ├── depends ├── sources └── version ├── tdb ├── build ├── checksums ├── depends ├── sources └── version ├── tea ├── build ├── checksums ├── depends ├── sources └── version ├── terminus-font ├── build ├── checksums ├── depends ├── sources └── version ├── tig ├── build ├── checksums ├── depends ├── sources └── version ├── tiv ├── build ├── checksums ├── depends ├── sources └── version ├── tk ├── build ├── checksums ├── depends ├── sources └── version ├── tlp ├── build ├── checksums ├── depends ├── patches │ └── tlp-no-flock-wait.patch ├── sources └── version ├── tmux ├── build ├── checksums ├── depends ├── sources └── version ├── tokei ├── build ├── checksums ├── depends ├── sources └── version ├── tor ├── build ├── checksums ├── depends ├── files │ └── tor.run ├── sources └── version ├── totp ├── build ├── checksums ├── sources └── version ├── transmission ├── build ├── checksums ├── depends ├── sources └── version ├── tree ├── build ├── checksums ├── sources └── version ├── tty-clock ├── build ├── checksums ├── depends ├── sources └── version ├── tuitube ├── build ├── checksums ├── depends ├── sources └── version ├── ubase ├── build ├── checksums ├── patches │ ├── f3aa4b156360ce4a18e4a3897f883b663771ba24.patch │ └── fix-mount.patch ├── sources └── version ├── unifont ├── build ├── checksums ├── sources └── version ├── urlview ├── build ├── checksums ├── depends ├── sources └── version ├── usbutils ├── build ├── checksums ├── depends ├── sources └── version ├── uthash ├── build ├── checksums ├── sources └── version ├── vcsh ├── build ├── checksums ├── depends ├── sources └── version ├── viper-browser ├── build ├── checksums ├── depends ├── patches │ └── execinfo-removal.patch ├── sources └── version ├── vmwh ├── build ├── checksums ├── depends ├── patches │ └── no-strnvis.patch ├── sources └── version ├── w3m ├── build ├── checksums ├── depends ├── sources └── version ├── webkit2gtk ├── build ├── checksums ├── depends ├── patches │ └── fix-musl.patch ├── sources └── version ├── wget ├── build ├── checksums ├── depends ├── sources └── version ├── wireguard-tools ├── build ├── checksums ├── sources └── version ├── wyeb ├── build ├── checksums ├── depends ├── post-install ├── sources └── version ├── wyebadblock ├── build ├── checksums ├── depends ├── post-install ├── sources └── version ├── x11vnc ├── build ├── checksums ├── depends ├── patches │ ├── bugfixes.patch │ └── libressl.patch ├── sources └── version ├── xbanish ├── build ├── checksums ├── depends ├── sources └── version ├── xbg ├── build ├── checksums ├── depends ├── sources └── version ├── xcb-util-xrm ├── build ├── checksums ├── depends ├── sources └── version ├── xclip ├── build ├── checksums ├── depends ├── sources └── version ├── xcompmgr ├── build ├── checksums ├── depends ├── sources └── version ├── xdotool ├── build ├── checksums ├── depends ├── sources └── version ├── xf86-input-mtrack ├── build ├── checksums ├── depends ├── sources └── version ├── xf86-input-synaptics ├── build ├── checksums ├── depends ├── sources └── version ├── xf86-video-fbdev ├── build ├── checksums ├── depends ├── sources └── version ├── xhost ├── build ├── checksums ├── depends ├── sources └── version ├── xkb-switch ├── build ├── checksums ├── depends ├── sources └── version ├── xmlsec1 ├── build ├── checksums ├── depends ├── sources └── version ├── xmodmap ├── build ├── checksums ├── depends ├── sources └── version ├── xsel ├── build ├── checksums ├── depends ├── sources └── version ├── xssstate ├── build ├── checksums ├── depends ├── sources └── version ├── xtrlock ├── build ├── checksums ├── depends ├── sources └── version ├── xwallpaper ├── build ├── checksums ├── depends ├── sources └── version ├── xwm ├── build ├── checksums ├── depends ├── sources └── version ├── yajl ├── build ├── checksums ├── sources └── version ├── yarn ├── build ├── checksums ├── depends ├── sources └── version ├── youtube-dl ├── build ├── checksums ├── depends ├── sources └── version ├── zathura-djvu ├── build ├── checksums ├── depends ├── sources └── version ├── zathura-pdf-mupdf ├── build ├── checksums ├── depends ├── patches │ └── gumbo-dep.patch ├── sources └── version ├── zathura-pdf-poppler ├── build ├── checksums ├── depends ├── sources └── version ├── zathura ├── build ├── checksums ├── depends ├── files │ ├── zathura.1 │ └── zathurarc.5 ├── patches │ └── remove_gettext.patch ├── sources └── version ├── zsh ├── build ├── checksums ├── depends ├── files │ └── zprofile ├── sources └── version └── zzz ├── build ├── checksums ├── files ├── zzz └── zzz.8 ├── sources └── version /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/LICENSE -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/README -------------------------------------------------------------------------------- /community/2bwm/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/2bwm/build -------------------------------------------------------------------------------- /community/2bwm/depends: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/2bwm/depends -------------------------------------------------------------------------------- /community/2bwm/sources: -------------------------------------------------------------------------------- 1 | https://github.com/venam/2bwm/archive/v0.3.tar.gz 2 | -------------------------------------------------------------------------------- /community/2bwm/version: -------------------------------------------------------------------------------- 1 | 0.3 1 2 | -------------------------------------------------------------------------------- /community/9base/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/9base/build -------------------------------------------------------------------------------- /community/9base/checksums: -------------------------------------------------------------------------------- 1 | git git+https://git.suckless.org/9base 2 | -------------------------------------------------------------------------------- /community/9base/sources: -------------------------------------------------------------------------------- 1 | git+https://git.suckless.org/9base 2 | -------------------------------------------------------------------------------- /community/9base/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/abduco/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/abduco/build -------------------------------------------------------------------------------- /community/abduco/version: -------------------------------------------------------------------------------- 1 | 0.6 1 2 | -------------------------------------------------------------------------------- /community/aerc/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/aerc/build -------------------------------------------------------------------------------- /community/aerc/depends: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/aerc/depends -------------------------------------------------------------------------------- /community/aerc/sources: -------------------------------------------------------------------------------- 1 | git+https://git.sr.ht/~sircmpwn/aerc/ 2 | -------------------------------------------------------------------------------- /community/aerc/version: -------------------------------------------------------------------------------- 1 | git 2 2 | -------------------------------------------------------------------------------- /community/age/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/age/build -------------------------------------------------------------------------------- /community/age/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/age/checksums -------------------------------------------------------------------------------- /community/age/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/age/sources: -------------------------------------------------------------------------------- 1 | https://github.com/FiloSottile/age/archive/v1.0.0-beta5.tar.gz 2 | -------------------------------------------------------------------------------- /community/age/version: -------------------------------------------------------------------------------- 1 | 1.0.0-beta5 1 2 | -------------------------------------------------------------------------------- /community/alacritty/version: -------------------------------------------------------------------------------- 1 | 0.5.0 1 2 | -------------------------------------------------------------------------------- /community/alsa-plugins/depends: -------------------------------------------------------------------------------- 1 | alsa-lib 2 | pkgconf build 3 | -------------------------------------------------------------------------------- /community/alsa-plugins/version: -------------------------------------------------------------------------------- 1 | 1.2.2 1 2 | -------------------------------------------------------------------------------- /community/aria2/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/aria2/build -------------------------------------------------------------------------------- /community/aria2/depends: -------------------------------------------------------------------------------- 1 | libressl 2 | xz 3 | zlib 4 | -------------------------------------------------------------------------------- /community/aria2/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/aria2/sources -------------------------------------------------------------------------------- /community/aria2/version: -------------------------------------------------------------------------------- 1 | 1.35.0 2 2 | -------------------------------------------------------------------------------- /community/asciinema/depends: -------------------------------------------------------------------------------- 1 | python 2 | -------------------------------------------------------------------------------- /community/asciinema/version: -------------------------------------------------------------------------------- 1 | 2.0.2 2 2 | -------------------------------------------------------------------------------- /community/autoconf/depends: -------------------------------------------------------------------------------- 1 | m4 2 | perl 3 | -------------------------------------------------------------------------------- /community/autoconf/version: -------------------------------------------------------------------------------- 1 | 2.69 2 2 | -------------------------------------------------------------------------------- /community/automake/depends: -------------------------------------------------------------------------------- 1 | autoconf 2 | perl 3 | -------------------------------------------------------------------------------- /community/automake/version: -------------------------------------------------------------------------------- 1 | 1.16.3 1 2 | -------------------------------------------------------------------------------- /community/azpainter/sources: -------------------------------------------------------------------------------- 1 | https://github.com/Symbian9/azpainter/archive/v2.1.6.tar.gz 2 | -------------------------------------------------------------------------------- /community/azpainter/version: -------------------------------------------------------------------------------- 1 | 2.1.6 1 2 | -------------------------------------------------------------------------------- /community/bandwhich/depends: -------------------------------------------------------------------------------- 1 | gcc 2 | rust make 3 | -------------------------------------------------------------------------------- /community/bandwhich/sources: -------------------------------------------------------------------------------- 1 | https://github.com/imsnif/bandwhich/archive/0.20.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/bandwhich/version: -------------------------------------------------------------------------------- 1 | 0.20.0 1 2 | -------------------------------------------------------------------------------- /community/bash/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/bash/build -------------------------------------------------------------------------------- /community/bash/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/bash/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/bash/sources -------------------------------------------------------------------------------- /community/bash/version: -------------------------------------------------------------------------------- 1 | 5.0.p18 1 2 | -------------------------------------------------------------------------------- /community/bat/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/bat/build -------------------------------------------------------------------------------- /community/bat/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/bat/checksums -------------------------------------------------------------------------------- /community/bat/depends: -------------------------------------------------------------------------------- 1 | less 2 | rust make 3 | -------------------------------------------------------------------------------- /community/bat/sources: -------------------------------------------------------------------------------- 1 | https://github.com/sharkdp/bat/archive/v0.17.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/bat/version: -------------------------------------------------------------------------------- 1 | 0.17.0 1 2 | -------------------------------------------------------------------------------- /community/bc/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/bc/build -------------------------------------------------------------------------------- /community/bc/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/bc/checksums -------------------------------------------------------------------------------- /community/bc/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/bc/sources -------------------------------------------------------------------------------- /community/bc/version: -------------------------------------------------------------------------------- 1 | 1.07.1 1 2 | -------------------------------------------------------------------------------- /community/bdftopcf/version: -------------------------------------------------------------------------------- 1 | 1.1 1 2 | -------------------------------------------------------------------------------- /community/bim/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/bim/build -------------------------------------------------------------------------------- /community/bim/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/bim/checksums -------------------------------------------------------------------------------- /community/bim/sources: -------------------------------------------------------------------------------- 1 | https://github.com/klange/bim/archive/v2.6.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/bim/version: -------------------------------------------------------------------------------- 1 | 2.6.0 1 2 | -------------------------------------------------------------------------------- /community/bind/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/bind/build -------------------------------------------------------------------------------- /community/bind/depends: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/bind/depends -------------------------------------------------------------------------------- /community/bind/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/bind/sources -------------------------------------------------------------------------------- /community/bind/version: -------------------------------------------------------------------------------- 1 | 9.17.6 1 2 | -------------------------------------------------------------------------------- /community/birch/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/birch/build -------------------------------------------------------------------------------- /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: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/bit-bin/build -------------------------------------------------------------------------------- /community/bit-bin/depends: -------------------------------------------------------------------------------- 1 | git 2 | -------------------------------------------------------------------------------- /community/bit-bin/version: -------------------------------------------------------------------------------- 1 | 0.9.11 1 2 | -------------------------------------------------------------------------------- /community/bitfetch/depends: -------------------------------------------------------------------------------- 1 | libX11 2 | libXinerama 3 | -------------------------------------------------------------------------------- /community/bitfetch/version: -------------------------------------------------------------------------------- 1 | 3.1 1 2 | -------------------------------------------------------------------------------- /community/bkeymaps/version: -------------------------------------------------------------------------------- 1 | 1.13 3 2 | -------------------------------------------------------------------------------- /community/boost/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/boost/build -------------------------------------------------------------------------------- /community/boost/depends: -------------------------------------------------------------------------------- 1 | linux-headers make 2 | -------------------------------------------------------------------------------- /community/boost/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/boost/sources -------------------------------------------------------------------------------- /community/boost/version: -------------------------------------------------------------------------------- 1 | 1.74.0 1 2 | -------------------------------------------------------------------------------- /community/bottom/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/bottom/build -------------------------------------------------------------------------------- /community/bottom/depends: -------------------------------------------------------------------------------- 1 | gcc 2 | rust make 3 | -------------------------------------------------------------------------------- /community/bottom/sources: -------------------------------------------------------------------------------- 1 | https://github.com/ClementTsang/bottom/archive/0.5.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/bottom/version: -------------------------------------------------------------------------------- 1 | 0.5.2 1 2 | -------------------------------------------------------------------------------- /community/brillo/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/brillo/build -------------------------------------------------------------------------------- /community/brillo/version: -------------------------------------------------------------------------------- 1 | 1.4.9 1 2 | -------------------------------------------------------------------------------- /community/bspwm/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/bspwm/build -------------------------------------------------------------------------------- /community/bspwm/depends: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/bspwm/depends -------------------------------------------------------------------------------- /community/bspwm/sources: -------------------------------------------------------------------------------- 1 | https://github.com/baskerville/bspwm/archive/0.9.10.tar.gz 2 | -------------------------------------------------------------------------------- /community/bspwm/version: -------------------------------------------------------------------------------- 1 | 0.9.10 1 2 | -------------------------------------------------------------------------------- /community/btpd/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/btpd/build -------------------------------------------------------------------------------- /community/btpd/depends: -------------------------------------------------------------------------------- 1 | autoconf 2 | automake 3 | -------------------------------------------------------------------------------- /community/btpd/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/btpd/sources -------------------------------------------------------------------------------- /community/btpd/version: -------------------------------------------------------------------------------- 1 | 0.16 1 2 | -------------------------------------------------------------------------------- /community/btrfs-progs/depends: -------------------------------------------------------------------------------- 1 | e2fsprogs 2 | lzo 3 | pkgconf make 4 | python 5 | util-linux 6 | zlib 7 | -------------------------------------------------------------------------------- /community/btrfs-progs/version: -------------------------------------------------------------------------------- 1 | 5.9 1 2 | -------------------------------------------------------------------------------- /community/bubblewrap/depends: -------------------------------------------------------------------------------- 1 | libcap 2 | -------------------------------------------------------------------------------- /community/bubblewrap/version: -------------------------------------------------------------------------------- 1 | 0.4.1 1 2 | -------------------------------------------------------------------------------- /community/caddy/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/caddy/build -------------------------------------------------------------------------------- /community/caddy/depends: -------------------------------------------------------------------------------- 1 | go 2 | -------------------------------------------------------------------------------- /community/caddy/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/caddy/sources -------------------------------------------------------------------------------- /community/caddy/version: -------------------------------------------------------------------------------- 1 | 2.2.1 1 2 | -------------------------------------------------------------------------------- /community/calcurse/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/calcurse/version: -------------------------------------------------------------------------------- 1 | 4.7.0 1 2 | -------------------------------------------------------------------------------- /community/catclock-git/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/BarkyTheDog/catclock 2 | -------------------------------------------------------------------------------- /community/catclock-git/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/ccls/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/ccls/build -------------------------------------------------------------------------------- /community/ccls/depends: -------------------------------------------------------------------------------- 1 | llvm 2 | clang 3 | -------------------------------------------------------------------------------- /community/ccls/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/ccls/sources -------------------------------------------------------------------------------- /community/ccls/version: -------------------------------------------------------------------------------- 1 | 0.20190823.6 1 2 | -------------------------------------------------------------------------------- /community/cfm/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/cfm/build -------------------------------------------------------------------------------- /community/cfm/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/cfm/checksums -------------------------------------------------------------------------------- /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/cli-visualizer/sources: -------------------------------------------------------------------------------- 1 | https://github.com/dpayne/cli-visualizer/archive/v1.8.zip 2 | -------------------------------------------------------------------------------- /community/cli-visualizer/version: -------------------------------------------------------------------------------- 1 | 1.8 1 2 | -------------------------------------------------------------------------------- /community/cloc/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/cloc/build -------------------------------------------------------------------------------- /community/cloc/depends: -------------------------------------------------------------------------------- 1 | perl 2 | -------------------------------------------------------------------------------- /community/cloc/sources: -------------------------------------------------------------------------------- 1 | https://github.com/AlDanial/cloc/archive/1.88.tar.gz 2 | -------------------------------------------------------------------------------- /community/cloc/version: -------------------------------------------------------------------------------- 1 | 1.88 1 2 | -------------------------------------------------------------------------------- /community/cmus/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/cmus/build -------------------------------------------------------------------------------- /community/cmus/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/cmus/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/cmus/sources -------------------------------------------------------------------------------- /community/cmus/version: -------------------------------------------------------------------------------- 1 | 2.8.0 1 2 | -------------------------------------------------------------------------------- /community/conky/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/conky/build -------------------------------------------------------------------------------- /community/conky/depends: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/conky/depends -------------------------------------------------------------------------------- /community/conky/sources: -------------------------------------------------------------------------------- 1 | https://github.com/brndnmtthws/conky/archive/v1.11.6.tar.gz 2 | -------------------------------------------------------------------------------- /community/conky/version: -------------------------------------------------------------------------------- 1 | 1.11.6 1 2 | -------------------------------------------------------------------------------- /community/coreutils/version: -------------------------------------------------------------------------------- 1 | 8.32 1 2 | -------------------------------------------------------------------------------- /community/croc/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/croc/build -------------------------------------------------------------------------------- /community/croc/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/croc/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/croc/sources -------------------------------------------------------------------------------- /community/croc/version: -------------------------------------------------------------------------------- 1 | 8.6.6 1 2 | -------------------------------------------------------------------------------- /community/cryptsetup/depends: -------------------------------------------------------------------------------- 1 | json-c 2 | lvm2 3 | pkgconf make 4 | popt 5 | util-linux 6 | -------------------------------------------------------------------------------- /community/cryptsetup/sources: -------------------------------------------------------------------------------- 1 | https://www.fossies.org/linux/misc/cryptsetup-2.3.4.tar.xz 2 | -------------------------------------------------------------------------------- /community/cryptsetup/version: -------------------------------------------------------------------------------- 1 | 2.3.4 1 2 | -------------------------------------------------------------------------------- /community/cups-filters/version: -------------------------------------------------------------------------------- 1 | 1.28.5 1 2 | -------------------------------------------------------------------------------- /community/cups/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/cups/build -------------------------------------------------------------------------------- /community/cups/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/cups/sources -------------------------------------------------------------------------------- /community/cups/version: -------------------------------------------------------------------------------- 1 | 2.3.3 1 2 | -------------------------------------------------------------------------------- /community/curlpp/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/curlpp/build -------------------------------------------------------------------------------- /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/cyrus-sasl/depends: -------------------------------------------------------------------------------- 1 | libressl 2 | -------------------------------------------------------------------------------- /community/cyrus-sasl/version: -------------------------------------------------------------------------------- 1 | 2.1.27 3 2 | -------------------------------------------------------------------------------- /community/dash/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/dash/build -------------------------------------------------------------------------------- /community/dash/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/dash/sources -------------------------------------------------------------------------------- /community/dash/version: -------------------------------------------------------------------------------- 1 | 0.5.11.2 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/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/delta/build -------------------------------------------------------------------------------- /community/delta/depends: -------------------------------------------------------------------------------- 1 | gcc 2 | git 3 | rust make 4 | zlib 5 | -------------------------------------------------------------------------------- /community/delta/sources: -------------------------------------------------------------------------------- 1 | https://github.com/dandavison/delta/archive/0.4.4.tar.gz 2 | -------------------------------------------------------------------------------- /community/delta/version: -------------------------------------------------------------------------------- 1 | 0.4.4 1 2 | -------------------------------------------------------------------------------- /community/diffutils/version: -------------------------------------------------------------------------------- 1 | 3.7 1 2 | -------------------------------------------------------------------------------- /community/discount/sources: -------------------------------------------------------------------------------- 1 | https://github.com/Orc/discount/archive/v2.2.7.tar.gz 2 | -------------------------------------------------------------------------------- /community/discount/version: -------------------------------------------------------------------------------- 1 | 2.2.7 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/version: -------------------------------------------------------------------------------- 1 | 3.5.27 1 2 | -------------------------------------------------------------------------------- /community/dmenu/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/dmenu/build -------------------------------------------------------------------------------- /community/dmenu/depends: -------------------------------------------------------------------------------- 1 | libXft 2 | libXinerama 3 | xorg-server 4 | -------------------------------------------------------------------------------- /community/dmenu/sources: -------------------------------------------------------------------------------- 1 | https://dl.suckless.org/tools/dmenu-5.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/dmenu/version: -------------------------------------------------------------------------------- 1 | 5.0 1 2 | -------------------------------------------------------------------------------- /community/dolphin-emu/version: -------------------------------------------------------------------------------- 1 | 5.0.12247 1 2 | -------------------------------------------------------------------------------- /community/dosbox/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/dosbox/build -------------------------------------------------------------------------------- /community/dosbox/version: -------------------------------------------------------------------------------- 1 | 0.74-3 1 2 | -------------------------------------------------------------------------------- /community/dsp/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/dsp/build -------------------------------------------------------------------------------- /community/dsp/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/dsp/checksums -------------------------------------------------------------------------------- /community/dsp/depends: -------------------------------------------------------------------------------- 1 | alsa-lib 2 | ladspa 3 | -------------------------------------------------------------------------------- /community/dsp/sources: -------------------------------------------------------------------------------- 1 | https://github.com/bmc0/dsp/archive/v1.7.tar.gz 2 | -------------------------------------------------------------------------------- /community/dsp/version: -------------------------------------------------------------------------------- 1 | 1.7 1 2 | -------------------------------------------------------------------------------- /community/duf/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/duf/build -------------------------------------------------------------------------------- /community/duf/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/duf/checksums -------------------------------------------------------------------------------- /community/duf/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/duf/sources: -------------------------------------------------------------------------------- 1 | https://github.com/muesli/duf/archive/v0.5.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/duf/version: -------------------------------------------------------------------------------- 1 | 0.5.0 1 2 | -------------------------------------------------------------------------------- /community/dust/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/dust/build -------------------------------------------------------------------------------- /community/dust/depends: -------------------------------------------------------------------------------- 1 | rust make 2 | -------------------------------------------------------------------------------- /community/dust/sources: -------------------------------------------------------------------------------- 1 | https://github.com/bootandy/dust/archive/v0.5.3.tar.gz 2 | -------------------------------------------------------------------------------- /community/dust/version: -------------------------------------------------------------------------------- 1 | 0.5.3 1 2 | -------------------------------------------------------------------------------- /community/dvtm/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make DESTDIR="$1" PREFIX=/usr install 4 | -------------------------------------------------------------------------------- /community/dvtm/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/dvtm/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/dvtm/sources -------------------------------------------------------------------------------- /community/dvtm/version: -------------------------------------------------------------------------------- 1 | 0.15 1 2 | -------------------------------------------------------------------------------- /community/dwm/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/dwm/build -------------------------------------------------------------------------------- /community/dwm/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/dwm/checksums -------------------------------------------------------------------------------- /community/dwm/depends: -------------------------------------------------------------------------------- 1 | libXft 2 | libXinerama 3 | -------------------------------------------------------------------------------- /community/dwm/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/dwm/sources -------------------------------------------------------------------------------- /community/dwm/version: -------------------------------------------------------------------------------- 1 | 6.2 1 2 | -------------------------------------------------------------------------------- /community/ed/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/ed/build -------------------------------------------------------------------------------- /community/ed/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/ed/checksums -------------------------------------------------------------------------------- /community/ed/depends: -------------------------------------------------------------------------------- 1 | lzip 2 | -------------------------------------------------------------------------------- /community/ed/sources: -------------------------------------------------------------------------------- 1 | https://download.savannah.gnu.org/releases/ed/ed-1.16.tar.lz 2 | -------------------------------------------------------------------------------- /community/ed/version: -------------------------------------------------------------------------------- 1 | 1.16 1 2 | -------------------------------------------------------------------------------- /community/elvish/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/elvish/build -------------------------------------------------------------------------------- /community/elvish/depends: -------------------------------------------------------------------------------- 1 | go 2 | -------------------------------------------------------------------------------- /community/elvish/version: -------------------------------------------------------------------------------- 1 | 0.14.1 1 2 | -------------------------------------------------------------------------------- /community/emacs/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/emacs/build -------------------------------------------------------------------------------- /community/emacs/depends: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/emacs/depends -------------------------------------------------------------------------------- /community/emacs/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/emacs/sources -------------------------------------------------------------------------------- /community/emacs/version: -------------------------------------------------------------------------------- 1 | 27.1 1 2 | -------------------------------------------------------------------------------- /community/entr/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/entr/build -------------------------------------------------------------------------------- /community/entr/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/entr/sources -------------------------------------------------------------------------------- /community/entr/version: -------------------------------------------------------------------------------- 1 | 4.6 1 2 | -------------------------------------------------------------------------------- /community/es/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/es/build -------------------------------------------------------------------------------- /community/es/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/es/checksums -------------------------------------------------------------------------------- /community/es/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/es/sources -------------------------------------------------------------------------------- /community/es/version: -------------------------------------------------------------------------------- 1 | 0.9.1 1 2 | -------------------------------------------------------------------------------- /community/exa/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/exa/build -------------------------------------------------------------------------------- /community/exa/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/exa/checksums -------------------------------------------------------------------------------- /community/exa/depends: -------------------------------------------------------------------------------- 1 | rust make 2 | -------------------------------------------------------------------------------- /community/exa/sources: -------------------------------------------------------------------------------- 1 | https://github.com/ogham/exa/archive/v0.9.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/exa/version: -------------------------------------------------------------------------------- 1 | 0.9.0 1 2 | -------------------------------------------------------------------------------- /community/execline/depends: -------------------------------------------------------------------------------- 1 | skalibs 2 | -------------------------------------------------------------------------------- /community/execline/version: -------------------------------------------------------------------------------- 1 | 2.6.1.1 1 2 | -------------------------------------------------------------------------------- /community/expect/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/expect/build -------------------------------------------------------------------------------- /community/expect/depends: -------------------------------------------------------------------------------- 1 | tcl 2 | -------------------------------------------------------------------------------- /community/expect/version: -------------------------------------------------------------------------------- 1 | 5.45.4 1 2 | -------------------------------------------------------------------------------- /community/extra-cmake-modules/version: -------------------------------------------------------------------------------- 1 | 5.76.0 1 2 | -------------------------------------------------------------------------------- /community/falkon/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/falkon/build -------------------------------------------------------------------------------- /community/falkon/version: -------------------------------------------------------------------------------- 1 | git 4 2 | -------------------------------------------------------------------------------- /community/fd/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fd/build -------------------------------------------------------------------------------- /community/fd/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fd/checksums -------------------------------------------------------------------------------- /community/fd/depends: -------------------------------------------------------------------------------- 1 | rust make 2 | -------------------------------------------------------------------------------- /community/fd/sources: -------------------------------------------------------------------------------- 1 | https://github.com/sharkdp/fd/archive/v8.1.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/fd/version: -------------------------------------------------------------------------------- 1 | 8.1.1 1 2 | -------------------------------------------------------------------------------- /community/fdm/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fdm/build -------------------------------------------------------------------------------- /community/fdm/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fdm/checksums -------------------------------------------------------------------------------- /community/fdm/depends: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fdm/depends -------------------------------------------------------------------------------- /community/fdm/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fdm/sources -------------------------------------------------------------------------------- /community/fdm/version: -------------------------------------------------------------------------------- 1 | 2.0 1 2 | -------------------------------------------------------------------------------- /community/feh/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/feh/build -------------------------------------------------------------------------------- /community/feh/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/feh/checksums -------------------------------------------------------------------------------- /community/feh/depends: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/feh/depends -------------------------------------------------------------------------------- /community/feh/sources: -------------------------------------------------------------------------------- 1 | https://feh.finalrewind.org/feh-3.5.tar.bz2 2 | -------------------------------------------------------------------------------- /community/feh/version: -------------------------------------------------------------------------------- 1 | 3.5 1 2 | -------------------------------------------------------------------------------- /community/fetsh/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fetsh/build -------------------------------------------------------------------------------- /community/fetsh/sources: -------------------------------------------------------------------------------- 1 | https://github.com/6gk/fet.sh/archive/v1.8.tar.gz 2 | -------------------------------------------------------------------------------- /community/fetsh/version: -------------------------------------------------------------------------------- 1 | 1.8 1 2 | -------------------------------------------------------------------------------- /community/fff/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make DESTDIR="$1" install 4 | -------------------------------------------------------------------------------- /community/fff/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fff/checksums -------------------------------------------------------------------------------- /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/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fftw/build -------------------------------------------------------------------------------- /community/fftw/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fftw/sources -------------------------------------------------------------------------------- /community/fftw/version: -------------------------------------------------------------------------------- 1 | 3.3.8 1 2 | -------------------------------------------------------------------------------- /community/file/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/file/build -------------------------------------------------------------------------------- /community/file/depends: -------------------------------------------------------------------------------- 1 | zlib 2 | -------------------------------------------------------------------------------- /community/file/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/file/sources -------------------------------------------------------------------------------- /community/file/version: -------------------------------------------------------------------------------- 1 | 5.39 1 2 | -------------------------------------------------------------------------------- /community/findutils/version: -------------------------------------------------------------------------------- 1 | 4.7.0 1 2 | -------------------------------------------------------------------------------- /community/fish/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fish/build -------------------------------------------------------------------------------- /community/fish/depends: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fish/depends -------------------------------------------------------------------------------- /community/fish/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fish/sources -------------------------------------------------------------------------------- /community/fish/version: -------------------------------------------------------------------------------- 1 | 3.1.2 1 2 | -------------------------------------------------------------------------------- /community/flac/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/flac/build -------------------------------------------------------------------------------- /community/flac/depends: -------------------------------------------------------------------------------- 1 | libogg 2 | nasm make 3 | -------------------------------------------------------------------------------- /community/flac/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/flac/sources -------------------------------------------------------------------------------- /community/flac/version: -------------------------------------------------------------------------------- 1 | 1.3.3 1 2 | -------------------------------------------------------------------------------- /community/flashrom/depends: -------------------------------------------------------------------------------- 1 | pciutils 2 | zlib 3 | -------------------------------------------------------------------------------- /community/flashrom/version: -------------------------------------------------------------------------------- 1 | 1.2 1 2 | -------------------------------------------------------------------------------- /community/fldigi/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fldigi/build -------------------------------------------------------------------------------- /community/fldigi/version: -------------------------------------------------------------------------------- 1 | 4.1.16 1 2 | -------------------------------------------------------------------------------- /community/fltk/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fltk/build -------------------------------------------------------------------------------- /community/fltk/depends: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fltk/depends -------------------------------------------------------------------------------- /community/fltk/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fltk/sources -------------------------------------------------------------------------------- /community/fltk/version: -------------------------------------------------------------------------------- 1 | 1.3.5 1 2 | -------------------------------------------------------------------------------- /community/font-awesome-otf/post-install: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | fc-cache -f 4 | -------------------------------------------------------------------------------- /community/font-awesome-otf/version: -------------------------------------------------------------------------------- 1 | 5.15.1 1 2 | -------------------------------------------------------------------------------- /community/font-awesome-ttf/post-install: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | fc-cache -f 4 | -------------------------------------------------------------------------------- /community/font-awesome-ttf/version: -------------------------------------------------------------------------------- 1 | 5.15.1 1 2 | -------------------------------------------------------------------------------- /community/freeglut/version: -------------------------------------------------------------------------------- 1 | 3.2.1 1 2 | -------------------------------------------------------------------------------- /community/freerdp/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/freerdp/build -------------------------------------------------------------------------------- /community/freerdp/version: -------------------------------------------------------------------------------- 1 | 2.2.0 1 2 | -------------------------------------------------------------------------------- /community/fuse/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fuse/build -------------------------------------------------------------------------------- /community/fuse/depends: -------------------------------------------------------------------------------- 1 | meson make 2 | -------------------------------------------------------------------------------- /community/fuse/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fuse/sources -------------------------------------------------------------------------------- /community/fuse/version: -------------------------------------------------------------------------------- 1 | 3.10.0 1 2 | -------------------------------------------------------------------------------- /community/fzf/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fzf/build -------------------------------------------------------------------------------- /community/fzf/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/fzf/checksums -------------------------------------------------------------------------------- /community/fzf/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/fzf/sources: -------------------------------------------------------------------------------- 1 | https://github.com/junegunn/fzf/archive/0.24.3.tar.gz 2 | -------------------------------------------------------------------------------- /community/fzf/version: -------------------------------------------------------------------------------- 1 | 0.24.3 1 2 | -------------------------------------------------------------------------------- /community/gawk/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gawk/build -------------------------------------------------------------------------------- /community/gawk/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gawk/sources -------------------------------------------------------------------------------- /community/gawk/version: -------------------------------------------------------------------------------- 1 | 5.1.0 1 2 | -------------------------------------------------------------------------------- /community/gc/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gc/build -------------------------------------------------------------------------------- /community/gc/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gc/checksums -------------------------------------------------------------------------------- /community/gc/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gc/sources -------------------------------------------------------------------------------- /community/gc/version: -------------------------------------------------------------------------------- 1 | 8.0.4 1 2 | -------------------------------------------------------------------------------- /community/gdb/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gdb/build -------------------------------------------------------------------------------- /community/gdb/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gdb/checksums -------------------------------------------------------------------------------- /community/gdb/depends: -------------------------------------------------------------------------------- 1 | linux-headers make 2 | -------------------------------------------------------------------------------- /community/gdb/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gdb/sources -------------------------------------------------------------------------------- /community/gdb/version: -------------------------------------------------------------------------------- 1 | 10.1 1 2 | -------------------------------------------------------------------------------- /community/ghc-bin/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/ghc-bin/build -------------------------------------------------------------------------------- /community/ghc-bin/depends: -------------------------------------------------------------------------------- 1 | libffi 2 | gmp 3 | ncurses 4 | -------------------------------------------------------------------------------- /community/ghc-bin/version: -------------------------------------------------------------------------------- 1 | 8.10.2 1 2 | -------------------------------------------------------------------------------- /community/ghostscript/version: -------------------------------------------------------------------------------- 1 | 9.53.3 1 2 | -------------------------------------------------------------------------------- /community/giblib/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/giblib/build -------------------------------------------------------------------------------- /community/giblib/depends: -------------------------------------------------------------------------------- 1 | imlib2 2 | libXext 3 | -------------------------------------------------------------------------------- /community/giblib/version: -------------------------------------------------------------------------------- 1 | 1.2.4 1 2 | -------------------------------------------------------------------------------- /community/girara/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/girara/build -------------------------------------------------------------------------------- /community/girara/sources: -------------------------------------------------------------------------------- 1 | https://github.com/pwmt/girara/archive/0.3.5.tar.gz 2 | -------------------------------------------------------------------------------- /community/girara/version: -------------------------------------------------------------------------------- 1 | 0.3.5 1 2 | -------------------------------------------------------------------------------- /community/github-cli/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/github-cli/version: -------------------------------------------------------------------------------- 1 | 1.2.1 1 2 | -------------------------------------------------------------------------------- /community/gitlab-glab/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/gitlab-glab/version: -------------------------------------------------------------------------------- 1 | 1.11.1 2 2 | -------------------------------------------------------------------------------- /community/glib-networking/version: -------------------------------------------------------------------------------- 1 | 2.66.0 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/version: -------------------------------------------------------------------------------- 1 | 1.2.1 1 2 | -------------------------------------------------------------------------------- /community/glu/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/glu/build -------------------------------------------------------------------------------- /community/glu/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/glu/checksums -------------------------------------------------------------------------------- /community/glu/depends: -------------------------------------------------------------------------------- 1 | mesa 2 | -------------------------------------------------------------------------------- /community/glu/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/glu/sources -------------------------------------------------------------------------------- /community/glu/version: -------------------------------------------------------------------------------- 1 | 9.0.1 1 2 | -------------------------------------------------------------------------------- /community/gmp/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gmp/build -------------------------------------------------------------------------------- /community/gmp/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gmp/checksums -------------------------------------------------------------------------------- /community/gmp/depends: -------------------------------------------------------------------------------- 1 | m4 make 2 | -------------------------------------------------------------------------------- /community/gmp/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gmp/sources -------------------------------------------------------------------------------- /community/gmp/version: -------------------------------------------------------------------------------- 1 | 6.2.1 1 2 | -------------------------------------------------------------------------------- /community/gnu-netcat/version: -------------------------------------------------------------------------------- 1 | 0.7.1 1 2 | -------------------------------------------------------------------------------- /community/gnugrep/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gnugrep/build -------------------------------------------------------------------------------- /community/gnugrep/version: -------------------------------------------------------------------------------- 1 | 3.6 1 2 | -------------------------------------------------------------------------------- /community/gnupg2/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gnupg2/build -------------------------------------------------------------------------------- /community/gnupg2/version: -------------------------------------------------------------------------------- 1 | 2.2.25 1 2 | -------------------------------------------------------------------------------- /community/gnuplot/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gnuplot/build -------------------------------------------------------------------------------- /community/gnuplot/depends: -------------------------------------------------------------------------------- 1 | pango 2 | -------------------------------------------------------------------------------- /community/gnuplot/version: -------------------------------------------------------------------------------- 1 | 5.4.0 1 2 | -------------------------------------------------------------------------------- /community/gnutls/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gnutls/build -------------------------------------------------------------------------------- /community/gnutls/depends: -------------------------------------------------------------------------------- 1 | nettle 2 | pkgconf make 3 | -------------------------------------------------------------------------------- /community/gnutls/version: -------------------------------------------------------------------------------- 1 | 3.6.15 1 2 | -------------------------------------------------------------------------------- /community/go/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/go/build -------------------------------------------------------------------------------- /community/go/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/go/checksums -------------------------------------------------------------------------------- /community/go/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/go/sources -------------------------------------------------------------------------------- /community/go/version: -------------------------------------------------------------------------------- 1 | 1.15.5 1 2 | -------------------------------------------------------------------------------- /community/gocloc/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gocloc/build -------------------------------------------------------------------------------- /community/gocloc/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/gocloc/sources: -------------------------------------------------------------------------------- 1 | https://github.com/hhatto/gocloc/archive/v0.3.3.tar.gz 2 | -------------------------------------------------------------------------------- /community/gocloc/version: -------------------------------------------------------------------------------- 1 | 0.3.3 1 2 | -------------------------------------------------------------------------------- /community/goimports/checksums: -------------------------------------------------------------------------------- 1 | git git+https://github.com/golang/tools 2 | -------------------------------------------------------------------------------- /community/goimports/depends: -------------------------------------------------------------------------------- 1 | go 2 | -------------------------------------------------------------------------------- /community/goimports/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/golang/tools 2 | -------------------------------------------------------------------------------- /community/goimports/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/golangci-lint-bin/depends: -------------------------------------------------------------------------------- 1 | go 2 | -------------------------------------------------------------------------------- /community/golangci-lint-bin/version: -------------------------------------------------------------------------------- 1 | 1.28.3 1 2 | -------------------------------------------------------------------------------- /community/graphviz/version: -------------------------------------------------------------------------------- 1 | 2.44.1 1 2 | -------------------------------------------------------------------------------- /community/groff/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/groff/build -------------------------------------------------------------------------------- /community/groff/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/groff/sources -------------------------------------------------------------------------------- /community/groff/version: -------------------------------------------------------------------------------- 1 | 1.22.4 1 2 | -------------------------------------------------------------------------------- /community/gron-git/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/gron-git/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/gsl/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gsl/build -------------------------------------------------------------------------------- /community/gsl/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gsl/checksums -------------------------------------------------------------------------------- /community/gsl/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gsl/sources -------------------------------------------------------------------------------- /community/gsl/version: -------------------------------------------------------------------------------- 1 | 2.6 1 2 | -------------------------------------------------------------------------------- /community/gst-plugins-base/version: -------------------------------------------------------------------------------- 1 | 1.18.1 1 2 | -------------------------------------------------------------------------------- /community/gst-plugins/version: -------------------------------------------------------------------------------- 1 | 1.18.1 1 2 | -------------------------------------------------------------------------------- /community/gstreamer/version: -------------------------------------------------------------------------------- 1 | 1.18.1 1 2 | -------------------------------------------------------------------------------- /community/gt5/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gt5/build -------------------------------------------------------------------------------- /community/gt5/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gt5/checksums -------------------------------------------------------------------------------- /community/gt5/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gt5/sources -------------------------------------------------------------------------------- /community/gt5/version: -------------------------------------------------------------------------------- 1 | 1.4.0 4 2 | -------------------------------------------------------------------------------- /community/gtar/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gtar/build -------------------------------------------------------------------------------- /community/gtar/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/gtar/sources -------------------------------------------------------------------------------- /community/gtar/version: -------------------------------------------------------------------------------- 1 | 1.32 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/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/hack/build -------------------------------------------------------------------------------- /community/hack/post-install: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | fc-cache -f 4 | -------------------------------------------------------------------------------- /community/hack/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/hack/sources -------------------------------------------------------------------------------- /community/hack/version: -------------------------------------------------------------------------------- 1 | 3.003 1 2 | -------------------------------------------------------------------------------- /community/harfbuzz-icu/depends: -------------------------------------------------------------------------------- 1 | freetype-harfbuzz 2 | icu 3 | meson make 4 | -------------------------------------------------------------------------------- /community/harfbuzz-icu/version: -------------------------------------------------------------------------------- 1 | 2.7.2 1 2 | -------------------------------------------------------------------------------- /community/herbe/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/herbe/build -------------------------------------------------------------------------------- /community/herbe/depends: -------------------------------------------------------------------------------- 1 | libX11 2 | libXft 3 | -------------------------------------------------------------------------------- /community/herbe/sources: -------------------------------------------------------------------------------- 1 | https://github.com/dudik/herbe/archive/1.0.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/herbe/version: -------------------------------------------------------------------------------- 1 | 1.0.0 1 2 | -------------------------------------------------------------------------------- /community/hexyl/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/hexyl/build -------------------------------------------------------------------------------- /community/hexyl/depends: -------------------------------------------------------------------------------- 1 | rust 2 | -------------------------------------------------------------------------------- /community/hexyl/sources: -------------------------------------------------------------------------------- 1 | https://github.com/sharkdp/hexyl/archive/v0.8.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/hexyl/version: -------------------------------------------------------------------------------- 1 | 0.8.0 1 2 | -------------------------------------------------------------------------------- /community/hsetroot/depends: -------------------------------------------------------------------------------- 1 | imlib2 2 | libXinerama 3 | -------------------------------------------------------------------------------- /community/hsetroot/sources: -------------------------------------------------------------------------------- 1 | https://github.com/himdel/hsetroot/archive/1.0.5.tar.gz 2 | -------------------------------------------------------------------------------- /community/hsetroot/version: -------------------------------------------------------------------------------- 1 | 1.0.5 1 2 | -------------------------------------------------------------------------------- /community/htop/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/htop/build -------------------------------------------------------------------------------- /community/htop/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | python make 3 | -------------------------------------------------------------------------------- /community/htop/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/htop/sources -------------------------------------------------------------------------------- /community/htop/version: -------------------------------------------------------------------------------- 1 | 3.0.2 1 2 | -------------------------------------------------------------------------------- /community/hummingbird-git/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/Sweets/hummingbird.git 2 | -------------------------------------------------------------------------------- /community/hummingbird-git/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/hyperfine/depends: -------------------------------------------------------------------------------- 1 | rust 2 | -------------------------------------------------------------------------------- /community/hyperfine/sources: -------------------------------------------------------------------------------- 1 | https://github.com/sharkdp/hyperfine/archive/v1.10.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/hyperfine/version: -------------------------------------------------------------------------------- 1 | 1.10.0 1 2 | -------------------------------------------------------------------------------- /community/iana-etc/version: -------------------------------------------------------------------------------- 1 | 20200910 1 2 | -------------------------------------------------------------------------------- /community/icu/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/icu/build -------------------------------------------------------------------------------- /community/icu/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/icu/checksums -------------------------------------------------------------------------------- /community/icu/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/icu/sources -------------------------------------------------------------------------------- /community/icu/version: -------------------------------------------------------------------------------- 1 | 68.1 1 2 | -------------------------------------------------------------------------------- /community/ii/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/ii/build -------------------------------------------------------------------------------- /community/ii/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/ii/checksums -------------------------------------------------------------------------------- /community/ii/sources: -------------------------------------------------------------------------------- 1 | https://dl.suckless.org/tools/ii-1.8.tar.gz 2 | -------------------------------------------------------------------------------- /community/ii/version: -------------------------------------------------------------------------------- 1 | 1.8 1 2 | -------------------------------------------------------------------------------- /community/imagemagick/version: -------------------------------------------------------------------------------- 1 | 7.0.10-41 1 2 | -------------------------------------------------------------------------------- /community/imlib2/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/imlib2/build -------------------------------------------------------------------------------- /community/imlib2/version: -------------------------------------------------------------------------------- 1 | 1.7.0 1 2 | -------------------------------------------------------------------------------- /community/intel-media-driver/version: -------------------------------------------------------------------------------- 1 | 20.4.1 1 2 | -------------------------------------------------------------------------------- /community/ioping/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/ioping/build -------------------------------------------------------------------------------- /community/ioping/sources: -------------------------------------------------------------------------------- 1 | https://github.com/koct9i/ioping/archive/v1.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/ioping/version: -------------------------------------------------------------------------------- 1 | 1.2 1 2 | -------------------------------------------------------------------------------- /community/iosevka-nerd-fonts/version: -------------------------------------------------------------------------------- 1 | 2.1.0 2 2 | -------------------------------------------------------------------------------- /community/iproute2/depends: -------------------------------------------------------------------------------- 1 | iptables 2 | libelf 3 | -------------------------------------------------------------------------------- /community/iproute2/version: -------------------------------------------------------------------------------- 1 | 5.8.0 1 2 | -------------------------------------------------------------------------------- /community/iptables/version: -------------------------------------------------------------------------------- 1 | 1.8.5 1 2 | -------------------------------------------------------------------------------- /community/iputils/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/iputils/build -------------------------------------------------------------------------------- /community/iputils/depends: -------------------------------------------------------------------------------- 1 | libcap 2 | meson make 3 | -------------------------------------------------------------------------------- /community/iputils/version: -------------------------------------------------------------------------------- 1 | 20200821 1 2 | -------------------------------------------------------------------------------- /community/irssi/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/irssi/build -------------------------------------------------------------------------------- /community/irssi/depends: -------------------------------------------------------------------------------- 1 | glib 2 | libressl 3 | ncurses 4 | perl 5 | -------------------------------------------------------------------------------- /community/irssi/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/irssi/sources -------------------------------------------------------------------------------- /community/irssi/version: -------------------------------------------------------------------------------- 1 | 1.2.2 2 2 | -------------------------------------------------------------------------------- /community/isync/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/isync/build -------------------------------------------------------------------------------- /community/isync/depends: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/isync/depends -------------------------------------------------------------------------------- /community/isync/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/isync/sources -------------------------------------------------------------------------------- /community/isync/version: -------------------------------------------------------------------------------- 1 | 1.3.3 1 2 | -------------------------------------------------------------------------------- /community/jbig2dec/version: -------------------------------------------------------------------------------- 1 | 0.19 1 2 | -------------------------------------------------------------------------------- /community/jq/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/jq/build -------------------------------------------------------------------------------- /community/jq/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/jq/checksums -------------------------------------------------------------------------------- /community/jq/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/jq/sources -------------------------------------------------------------------------------- /community/jq/version: -------------------------------------------------------------------------------- 1 | 1.6 2 2 | -------------------------------------------------------------------------------- /community/json-c/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/json-c/build -------------------------------------------------------------------------------- /community/json-c/version: -------------------------------------------------------------------------------- 1 | 0.15 1 2 | -------------------------------------------------------------------------------- /community/kakoune/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/kakoune/build -------------------------------------------------------------------------------- /community/kakoune/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | pkgconf make 3 | -------------------------------------------------------------------------------- /community/kakoune/sources: -------------------------------------------------------------------------------- 1 | https://github.com/mawww/kakoune/archive/v2020.09.01.tar.gz 2 | -------------------------------------------------------------------------------- /community/kakoune/version: -------------------------------------------------------------------------------- 1 | 2020.09.01 1 2 | -------------------------------------------------------------------------------- /community/keyutils/version: -------------------------------------------------------------------------------- 1 | 1.6.3 1 2 | -------------------------------------------------------------------------------- /community/kfc/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/kfc/build -------------------------------------------------------------------------------- /community/kfc/checksums: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/kfc/checksums -------------------------------------------------------------------------------- /community/kfc/sources: -------------------------------------------------------------------------------- 1 | https://github.com/mcpcpc/kfc/archive/0.1.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/kfc/version: -------------------------------------------------------------------------------- 1 | 0.1.2 1 2 | -------------------------------------------------------------------------------- /community/kirc/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/kirc/build -------------------------------------------------------------------------------- /community/kirc/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/kirc/sources -------------------------------------------------------------------------------- /community/kirc/version: -------------------------------------------------------------------------------- 1 | 0.2.2 1 2 | -------------------------------------------------------------------------------- /community/kiss-encryption/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make DESTDIR="$1" install 4 | -------------------------------------------------------------------------------- /community/kiss-encryption/checksums: -------------------------------------------------------------------------------- 1 | git git+https://github.com/illiliti/kiss-encryption 2 | -------------------------------------------------------------------------------- /community/kiss-encryption/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/illiliti/kiss-encryption 2 | -------------------------------------------------------------------------------- /community/kiss-encryption/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/kmod/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/kmod/build -------------------------------------------------------------------------------- /community/kmod/depends: -------------------------------------------------------------------------------- 1 | pkgconf make 2 | xz 3 | zlib 4 | -------------------------------------------------------------------------------- /community/kmod/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/kmod/sources -------------------------------------------------------------------------------- /community/kmod/version: -------------------------------------------------------------------------------- 1 | 27 1 2 | -------------------------------------------------------------------------------- /community/ladspa/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/ladspa/build -------------------------------------------------------------------------------- /community/ladspa/version: -------------------------------------------------------------------------------- 1 | 1.15 1 2 | -------------------------------------------------------------------------------- /community/lcms/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/lcms/build -------------------------------------------------------------------------------- /community/lcms/depends: -------------------------------------------------------------------------------- 1 | libjpeg-turbo 2 | tiff 3 | -------------------------------------------------------------------------------- /community/lcms/sources: -------------------------------------------------------------------------------- 1 | https://github.com/mm2/Little-CMS/archive/2.11.tar.gz 2 | -------------------------------------------------------------------------------- /community/lcms/version: -------------------------------------------------------------------------------- 1 | 2.11 1 2 | -------------------------------------------------------------------------------- /community/lemonbar/depends: -------------------------------------------------------------------------------- 1 | libxcb 2 | perl make 3 | -------------------------------------------------------------------------------- /community/lemonbar/sources: -------------------------------------------------------------------------------- 1 | https://github.com/LemonBoy/bar/archive/v1.4.tar.gz 2 | -------------------------------------------------------------------------------- /community/lemonbar/version: -------------------------------------------------------------------------------- 1 | 1.4 1 2 | -------------------------------------------------------------------------------- /community/less/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/less/build -------------------------------------------------------------------------------- /community/less/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/less/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/less/sources -------------------------------------------------------------------------------- /community/less/version: -------------------------------------------------------------------------------- 1 | 563 1 2 | -------------------------------------------------------------------------------- /community/lesstif/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/lesstif/build -------------------------------------------------------------------------------- /community/lesstif/version: -------------------------------------------------------------------------------- 1 | 0.95.2 1 2 | -------------------------------------------------------------------------------- /community/libXslt/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/libXslt/build -------------------------------------------------------------------------------- /community/libXslt/depends: -------------------------------------------------------------------------------- 1 | libxml2 2 | -------------------------------------------------------------------------------- /community/libXslt/sources: -------------------------------------------------------------------------------- 1 | https://fossies.org/linux/www/libxslt-1.1.34.tar.gz 2 | -------------------------------------------------------------------------------- /community/libXslt/version: -------------------------------------------------------------------------------- 1 | 1.1.34 1 2 | -------------------------------------------------------------------------------- /community/libaio/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/libaio/build -------------------------------------------------------------------------------- /community/libaio/version: -------------------------------------------------------------------------------- 1 | 0.3.112 1 2 | -------------------------------------------------------------------------------- /community/libarchive/depends: -------------------------------------------------------------------------------- 1 | bzip2 2 | xz 3 | zlib 4 | -------------------------------------------------------------------------------- /community/libarchive/version: -------------------------------------------------------------------------------- 1 | 3.4.3 1 2 | -------------------------------------------------------------------------------- /community/libassuan/depends: -------------------------------------------------------------------------------- 1 | libgpg-error 2 | -------------------------------------------------------------------------------- /community/libassuan/version: -------------------------------------------------------------------------------- 1 | 2.5.4 1 2 | -------------------------------------------------------------------------------- /community/libburn/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/libburn/build -------------------------------------------------------------------------------- /community/libburn/depends: -------------------------------------------------------------------------------- 1 | linux-headers make 2 | -------------------------------------------------------------------------------- /community/libburn/version: -------------------------------------------------------------------------------- 1 | 1.5.2.pl01 1 2 | -------------------------------------------------------------------------------- /community/libcap/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/libcap/build -------------------------------------------------------------------------------- /community/libcap/depends: -------------------------------------------------------------------------------- 1 | perl make 2 | -------------------------------------------------------------------------------- /community/libcap/version: -------------------------------------------------------------------------------- 1 | 2.45 1 2 | -------------------------------------------------------------------------------- /community/libconfig/version: -------------------------------------------------------------------------------- 1 | 1.7.2 1 2 | -------------------------------------------------------------------------------- /community/libedit/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/libedit/build -------------------------------------------------------------------------------- /community/libedit/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/libedit/version: -------------------------------------------------------------------------------- 1 | 20191231-3.1 1 2 | -------------------------------------------------------------------------------- /community/libev/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/libev/build -------------------------------------------------------------------------------- /community/libev/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/libev/sources -------------------------------------------------------------------------------- /community/libev/version: -------------------------------------------------------------------------------- 1 | 4.33 1 2 | -------------------------------------------------------------------------------- /community/libevent/version: -------------------------------------------------------------------------------- 1 | 2.1.12 1 2 | -------------------------------------------------------------------------------- /community/libexif/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/libexif/build -------------------------------------------------------------------------------- /community/libexif/version: -------------------------------------------------------------------------------- 1 | 0.6.22 1 2 | -------------------------------------------------------------------------------- /community/libgcrypt/depends: -------------------------------------------------------------------------------- 1 | libgpg-error 2 | -------------------------------------------------------------------------------- /community/libgcrypt/version: -------------------------------------------------------------------------------- 1 | 1.8.7 1 2 | -------------------------------------------------------------------------------- /community/libgit2/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/libgit2/build -------------------------------------------------------------------------------- /community/libgit2/version: -------------------------------------------------------------------------------- 1 | 1.1.0 1 2 | -------------------------------------------------------------------------------- /community/libgpg-error/version: -------------------------------------------------------------------------------- 1 | 1.39 1 2 | -------------------------------------------------------------------------------- /community/libisoburn/depends: -------------------------------------------------------------------------------- 1 | libburn 2 | libisofs 3 | ncurses 4 | zlib 5 | -------------------------------------------------------------------------------- /community/libisoburn/version: -------------------------------------------------------------------------------- 1 | 1.5.2 1 2 | -------------------------------------------------------------------------------- /community/libisofs/depends: -------------------------------------------------------------------------------- 1 | zlib 2 | -------------------------------------------------------------------------------- /community/libisofs/version: -------------------------------------------------------------------------------- 1 | 1.5.2 1 2 | -------------------------------------------------------------------------------- /community/libksba/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/libksba/build -------------------------------------------------------------------------------- /community/libksba/version: -------------------------------------------------------------------------------- 1 | 1.5.0 1 2 | -------------------------------------------------------------------------------- /community/libmad/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/libmad/build -------------------------------------------------------------------------------- /community/libmad/sources: -------------------------------------------------------------------------------- 1 | https://downloads.sourceforge.net/mad/libmad-0.15.1b.tar.gz 2 | -------------------------------------------------------------------------------- /community/libmad/version: -------------------------------------------------------------------------------- 1 | 0.15.1b 1 2 | -------------------------------------------------------------------------------- /community/libmpdclient/depends: -------------------------------------------------------------------------------- 1 | meson make 2 | -------------------------------------------------------------------------------- /community/libmpdclient/version: -------------------------------------------------------------------------------- 1 | 2.19 1 2 | -------------------------------------------------------------------------------- /community/libmupdf/version: -------------------------------------------------------------------------------- 1 | 1.18.0 2 2 | -------------------------------------------------------------------------------- /community/libnl/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/libnl/build -------------------------------------------------------------------------------- /community/libnl/version: -------------------------------------------------------------------------------- 1 | 3.5.0 1 2 | -------------------------------------------------------------------------------- /community/libpcap/sources: -------------------------------------------------------------------------------- 1 | https://www.tcpdump.org/release/libpcap-1.9.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/libpcap/version: -------------------------------------------------------------------------------- 1 | 1.9.1 1 2 | -------------------------------------------------------------------------------- /community/libportaudio2/version: -------------------------------------------------------------------------------- 1 | 19.6.0 1 2 | -------------------------------------------------------------------------------- /community/libpsl/depends: -------------------------------------------------------------------------------- 1 | icu 2 | python make 3 | -------------------------------------------------------------------------------- /community/libpsl/version: -------------------------------------------------------------------------------- 1 | 0.21.1 1 2 | -------------------------------------------------------------------------------- /community/libsamplerate/depends: -------------------------------------------------------------------------------- 1 | alsa-lib 2 | libsndfile 3 | -------------------------------------------------------------------------------- /community/libsamplerate/sources: -------------------------------------------------------------------------------- 1 | http://www.mega-nerd.com/SRC/libsamplerate-0.1.9.tar.gz 2 | -------------------------------------------------------------------------------- /community/libsamplerate/version: -------------------------------------------------------------------------------- 1 | 0.1.9 1 2 | -------------------------------------------------------------------------------- /community/libsixel/depends: -------------------------------------------------------------------------------- 1 | libjpeg-turbo 2 | libpng 3 | -------------------------------------------------------------------------------- /community/libsixel/version: -------------------------------------------------------------------------------- 1 | 1.8.6 1 2 | -------------------------------------------------------------------------------- /community/libsndfile/version: -------------------------------------------------------------------------------- 1 | 1.0.30 1 2 | -------------------------------------------------------------------------------- /community/libsodium/version: -------------------------------------------------------------------------------- 1 | 1.0.18 1 2 | -------------------------------------------------------------------------------- /community/libsoup/version: -------------------------------------------------------------------------------- 1 | 2.72.0 1 2 | -------------------------------------------------------------------------------- /community/libtasn1/version: -------------------------------------------------------------------------------- 1 | 4.16.0 1 2 | -------------------------------------------------------------------------------- /community/libtirpc/version: -------------------------------------------------------------------------------- 1 | 1.2.6 1 2 | -------------------------------------------------------------------------------- /community/libtool/depends: -------------------------------------------------------------------------------- 1 | m4 2 | perl 3 | -------------------------------------------------------------------------------- /community/libtool/version: -------------------------------------------------------------------------------- 1 | 2.4.6 1 2 | -------------------------------------------------------------------------------- /community/libtorrent/depends: -------------------------------------------------------------------------------- 1 | pkgconf make 2 | -------------------------------------------------------------------------------- /community/libtorrent/version: -------------------------------------------------------------------------------- 1 | 0.13.8 1 2 | -------------------------------------------------------------------------------- /community/libusb/version: -------------------------------------------------------------------------------- 1 | 1.0.23 1 2 | -------------------------------------------------------------------------------- /community/libuv/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/libuv/build -------------------------------------------------------------------------------- /community/libuv/version: -------------------------------------------------------------------------------- 1 | 1.40.0 1 2 | -------------------------------------------------------------------------------- /community/libvncserver/version: -------------------------------------------------------------------------------- 1 | 0.9.13 1 2 | -------------------------------------------------------------------------------- /community/libxaw3d/depends: -------------------------------------------------------------------------------- 1 | libXmu 2 | libXt 3 | -------------------------------------------------------------------------------- /community/libxaw3d/version: -------------------------------------------------------------------------------- 1 | 1.6.3 1 2 | -------------------------------------------------------------------------------- /community/libxml2/depends: -------------------------------------------------------------------------------- 1 | xz 2 | zlib 3 | -------------------------------------------------------------------------------- /community/libxml2/sources: -------------------------------------------------------------------------------- 1 | https://fossies.org/linux/www/libxml2-2.9.10.tar.gz 2 | -------------------------------------------------------------------------------- /community/libxml2/version: -------------------------------------------------------------------------------- 1 | 2.9.10 2 2 | -------------------------------------------------------------------------------- /community/lilo/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/lilo/build -------------------------------------------------------------------------------- /community/lilo/depends: -------------------------------------------------------------------------------- 1 | lvm2 2 | -------------------------------------------------------------------------------- /community/lilo/version: -------------------------------------------------------------------------------- 1 | 24.2 2 2 | -------------------------------------------------------------------------------- /community/links2/depends: -------------------------------------------------------------------------------- 1 | zlib 2 | bzip2 3 | -------------------------------------------------------------------------------- /community/links2/version: -------------------------------------------------------------------------------- 1 | 2.21.0 1 2 | -------------------------------------------------------------------------------- /community/lsd/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/lsd/build -------------------------------------------------------------------------------- /community/lsd/depends: -------------------------------------------------------------------------------- 1 | gcc 2 | rust make 3 | -------------------------------------------------------------------------------- /community/lsd/sources: -------------------------------------------------------------------------------- 1 | https://github.com/Peltoche/lsd/archive/0.18.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/lsd/version: -------------------------------------------------------------------------------- 1 | 0.18.0 1 2 | -------------------------------------------------------------------------------- /community/lsof/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/lsof/build -------------------------------------------------------------------------------- /community/lsof/version: -------------------------------------------------------------------------------- 1 | 4.93.2 1 2 | -------------------------------------------------------------------------------- /community/lua/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/lua/build -------------------------------------------------------------------------------- /community/lua/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/lua/sources -------------------------------------------------------------------------------- /community/lua/version: -------------------------------------------------------------------------------- 1 | 5.4.1 1 2 | -------------------------------------------------------------------------------- /community/luajit/sources: -------------------------------------------------------------------------------- 1 | https://luajit.org/download/LuaJIT-2.0.5.tar.gz 2 | -------------------------------------------------------------------------------- /community/luajit/version: -------------------------------------------------------------------------------- 1 | 2.0.5 2 2 | -------------------------------------------------------------------------------- /community/lvm2/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/lvm2/build -------------------------------------------------------------------------------- /community/lvm2/depends: -------------------------------------------------------------------------------- 1 | libaio 2 | util-linux 3 | -------------------------------------------------------------------------------- /community/lvm2/version: -------------------------------------------------------------------------------- 1 | 2.03.10 1 2 | -------------------------------------------------------------------------------- /community/lynx/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/lynx/build -------------------------------------------------------------------------------- /community/lynx/depends: -------------------------------------------------------------------------------- 1 | libressl 2 | ncurses 3 | zlib 4 | -------------------------------------------------------------------------------- /community/lynx/version: -------------------------------------------------------------------------------- 1 | 2.8.9rel1 1 2 | -------------------------------------------------------------------------------- /community/lz4/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/lz4/build -------------------------------------------------------------------------------- /community/lz4/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/lz4/sources -------------------------------------------------------------------------------- /community/lz4/version: -------------------------------------------------------------------------------- 1 | 1.9.3 1 2 | -------------------------------------------------------------------------------- /community/lzo/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/lzo/sources -------------------------------------------------------------------------------- /community/lzo/version: -------------------------------------------------------------------------------- 1 | 2.10 1 2 | -------------------------------------------------------------------------------- /community/maim/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/maim/build -------------------------------------------------------------------------------- /community/maim/version: -------------------------------------------------------------------------------- 1 | 5.6.3 1 2 | -------------------------------------------------------------------------------- /community/man-pages-posix/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make prefix=/usr DESTDIR="$1" install 4 | -------------------------------------------------------------------------------- /community/man-pages-posix/version: -------------------------------------------------------------------------------- 1 | 2017a 1 2 | -------------------------------------------------------------------------------- /community/man-pages/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make prefix=/usr DESTDIR="$1" install 4 | -------------------------------------------------------------------------------- /community/man-pages/version: -------------------------------------------------------------------------------- 1 | 5.09 1 2 | -------------------------------------------------------------------------------- /community/mawk/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/mawk/build -------------------------------------------------------------------------------- /community/mawk/version: -------------------------------------------------------------------------------- 1 | 1.3.4-20200120 0 2 | -------------------------------------------------------------------------------- /community/mblaze/sources: -------------------------------------------------------------------------------- 1 | https://github.com/leahneukirchen/mblaze/archive/v1.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/mblaze/version: -------------------------------------------------------------------------------- 1 | 1.0 1 2 | -------------------------------------------------------------------------------- /community/megatools/version: -------------------------------------------------------------------------------- 1 | 1.10.3 1 2 | -------------------------------------------------------------------------------- /community/mercurial/depends: -------------------------------------------------------------------------------- 1 | python make 2 | -------------------------------------------------------------------------------- /community/mercurial/version: -------------------------------------------------------------------------------- 1 | 5.5.1 1 2 | -------------------------------------------------------------------------------- /community/micro/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/micro/build -------------------------------------------------------------------------------- /community/micro/depends: -------------------------------------------------------------------------------- 1 | go 2 | -------------------------------------------------------------------------------- /community/micro/sources: -------------------------------------------------------------------------------- 1 | https://github.com/zyedidia/micro/archive/v2.0.8.tar.gz 2 | -------------------------------------------------------------------------------- /community/micro/version: -------------------------------------------------------------------------------- 1 | 2.0.8 1 2 | -------------------------------------------------------------------------------- /community/minisign/version: -------------------------------------------------------------------------------- 1 | 0.9 1 2 | -------------------------------------------------------------------------------- /community/mit-scheme/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/mit-scheme/version: -------------------------------------------------------------------------------- 1 | 10.1.11 1 2 | -------------------------------------------------------------------------------- /community/mksh/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/mksh/build -------------------------------------------------------------------------------- /community/mksh/version: -------------------------------------------------------------------------------- 1 | 59b 1 2 | -------------------------------------------------------------------------------- /community/mpc/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/mpc/build -------------------------------------------------------------------------------- /community/mpc/depends: -------------------------------------------------------------------------------- 1 | libmpdclient 2 | meson make 3 | mpd 4 | -------------------------------------------------------------------------------- /community/mpc/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/mpc/sources -------------------------------------------------------------------------------- /community/mpc/version: -------------------------------------------------------------------------------- 1 | 0.33 1 2 | -------------------------------------------------------------------------------- /community/mpd/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/mpd/build -------------------------------------------------------------------------------- /community/mpd/depends: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/mpd/depends -------------------------------------------------------------------------------- /community/mpd/files/mpd.run: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec mpd --no-daemon 3 | -------------------------------------------------------------------------------- /community/mpd/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/mpd/sources -------------------------------------------------------------------------------- /community/mpd/version: -------------------------------------------------------------------------------- 1 | 0.22.3 1 2 | -------------------------------------------------------------------------------- /community/mpdas/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/mpdas/build -------------------------------------------------------------------------------- /community/mpdas/depends: -------------------------------------------------------------------------------- 1 | curl 2 | libmpdclient 3 | -------------------------------------------------------------------------------- /community/mpdas/files/mpdas.run: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec mpdas 1> /dev/null 3 | -------------------------------------------------------------------------------- /community/mpdas/version: -------------------------------------------------------------------------------- 1 | 0.4.5 2 2 | -------------------------------------------------------------------------------- /community/mpfr/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/mpfr/build -------------------------------------------------------------------------------- /community/mpfr/depends: -------------------------------------------------------------------------------- 1 | gmp 2 | -------------------------------------------------------------------------------- /community/mpfr/version: -------------------------------------------------------------------------------- 1 | 4.1.0 1 2 | -------------------------------------------------------------------------------- /community/msmtp/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/msmtp/build -------------------------------------------------------------------------------- /community/msmtp/depends: -------------------------------------------------------------------------------- 1 | gnutls 2 | -------------------------------------------------------------------------------- /community/msmtp/version: -------------------------------------------------------------------------------- 1 | 1.8.13 1 2 | -------------------------------------------------------------------------------- /community/mtr/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/mtr/build -------------------------------------------------------------------------------- /community/mtr/depends: -------------------------------------------------------------------------------- 1 | libcap 2 | ncurses 3 | -------------------------------------------------------------------------------- /community/mtr/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/mtr/sources -------------------------------------------------------------------------------- /community/mtr/version: -------------------------------------------------------------------------------- 1 | 0.94 1 2 | -------------------------------------------------------------------------------- /community/mutt/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/mutt/build -------------------------------------------------------------------------------- /community/mutt/depends: -------------------------------------------------------------------------------- 1 | cyrus-sasl 2 | ncurses 3 | perl make 4 | zlib 5 | -------------------------------------------------------------------------------- /community/mutt/version: -------------------------------------------------------------------------------- 1 | 2.0.1 1 2 | -------------------------------------------------------------------------------- /community/nano/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/nano/build -------------------------------------------------------------------------------- /community/nano/depends: -------------------------------------------------------------------------------- 1 | linux-headers make 2 | ncurses 3 | zlib 4 | -------------------------------------------------------------------------------- /community/nano/version: -------------------------------------------------------------------------------- 1 | 5.3 1 2 | -------------------------------------------------------------------------------- /community/nawk-git/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/onetrueawk/awk 2 | -------------------------------------------------------------------------------- /community/nawk-git/version: -------------------------------------------------------------------------------- 1 | 20180827 1 2 | -------------------------------------------------------------------------------- /community/ncdu/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/ncdu/build -------------------------------------------------------------------------------- /community/ncdu/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/ncdu/sources: -------------------------------------------------------------------------------- 1 | https://dev.yorhel.nl/download/ncdu-1.15.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/ncdu/version: -------------------------------------------------------------------------------- 1 | 1.15.1 1 2 | -------------------------------------------------------------------------------- /community/ncmpcpp/depends: -------------------------------------------------------------------------------- 1 | boost make 2 | libmpdclient 3 | readline 4 | -------------------------------------------------------------------------------- /community/ncmpcpp/version: -------------------------------------------------------------------------------- 1 | 0.8.2 1 2 | -------------------------------------------------------------------------------- /community/neatvi/sources: -------------------------------------------------------------------------------- 1 | https://github.com/aligrudi/neatvi/archive/08.tar.gz 2 | -------------------------------------------------------------------------------- /community/neatvi/version: -------------------------------------------------------------------------------- 1 | 08 0 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/neovim/version: -------------------------------------------------------------------------------- 1 | 0.4.4 1 2 | -------------------------------------------------------------------------------- /community/netsurf-fb/version: -------------------------------------------------------------------------------- 1 | 3.10 1 2 | -------------------------------------------------------------------------------- /community/nettle/version: -------------------------------------------------------------------------------- 1 | 3.6 2 2 | -------------------------------------------------------------------------------- /community/nfs-utils/depends: -------------------------------------------------------------------------------- 1 | libtirpc 2 | rpcsvc-proto 3 | -------------------------------------------------------------------------------- /community/nfs-utils/version: -------------------------------------------------------------------------------- 1 | 2.5.2 1 2 | -------------------------------------------------------------------------------- /community/nmap/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/nmap/build -------------------------------------------------------------------------------- /community/nmap/version: -------------------------------------------------------------------------------- 1 | 7.91 1 2 | -------------------------------------------------------------------------------- /community/nnn/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/nnn/build -------------------------------------------------------------------------------- /community/nnn/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/nnn/sources: -------------------------------------------------------------------------------- 1 | https://github.com/jarun/nnn/archive/v3.5.tar.gz 2 | -------------------------------------------------------------------------------- /community/nnn/version: -------------------------------------------------------------------------------- 1 | 3.5 1 2 | -------------------------------------------------------------------------------- /community/npth/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/npth/build -------------------------------------------------------------------------------- /community/npth/version: -------------------------------------------------------------------------------- 1 | 1.6 1 2 | -------------------------------------------------------------------------------- /community/nss/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/nss/build -------------------------------------------------------------------------------- /community/nss/depends: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/nss/depends -------------------------------------------------------------------------------- /community/nss/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/nss/sources -------------------------------------------------------------------------------- /community/nss/version: -------------------------------------------------------------------------------- 1 | 3.59 1 2 | -------------------------------------------------------------------------------- /community/ntfs-3g/depends: -------------------------------------------------------------------------------- 1 | util-linux 2 | -------------------------------------------------------------------------------- /community/ntfs-3g/version: -------------------------------------------------------------------------------- 1 | 2017.3.23 2 2 | -------------------------------------------------------------------------------- /community/numlockx/version: -------------------------------------------------------------------------------- 1 | 1.2 1 2 | -------------------------------------------------------------------------------- /community/nvme-cli/depends: -------------------------------------------------------------------------------- 1 | util-linux 2 | -------------------------------------------------------------------------------- /community/nvme-cli/version: -------------------------------------------------------------------------------- 1 | 1.12 1 2 | -------------------------------------------------------------------------------- /community/oath-toolkit/depends: -------------------------------------------------------------------------------- 1 | libtool make 2 | xmlsec1 3 | -------------------------------------------------------------------------------- /community/oath-toolkit/version: -------------------------------------------------------------------------------- 1 | 2.6.4 1 2 | -------------------------------------------------------------------------------- /community/oed/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/oed/build -------------------------------------------------------------------------------- /community/oed/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/oed/sources -------------------------------------------------------------------------------- /community/oed/version: -------------------------------------------------------------------------------- 1 | 6.7 1 2 | -------------------------------------------------------------------------------- /community/oksh/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/oksh/build -------------------------------------------------------------------------------- /community/oksh/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/oksh/version: -------------------------------------------------------------------------------- 1 | 6.8.1 1 2 | -------------------------------------------------------------------------------- /community/onefetch/depends: -------------------------------------------------------------------------------- 1 | gcc 2 | rust make 3 | zlib 4 | -------------------------------------------------------------------------------- /community/onefetch/sources: -------------------------------------------------------------------------------- 1 | https://github.com/o2sh/onefetch/archive/v2.7.3.tar.gz 2 | -------------------------------------------------------------------------------- /community/onefetch/version: -------------------------------------------------------------------------------- 1 | 2.7.3 1 2 | -------------------------------------------------------------------------------- /community/openjpeg2/sources: -------------------------------------------------------------------------------- 1 | https://github.com/uclouvain/openjpeg/archive/v2.3.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/openjpeg2/version: -------------------------------------------------------------------------------- 1 | 2.3.1 1 2 | -------------------------------------------------------------------------------- /community/openntpd/depends: -------------------------------------------------------------------------------- 1 | iana-etc 2 | libressl 3 | -------------------------------------------------------------------------------- /community/openntpd/files/ntpd.run: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec ntpd -ds 3 | -------------------------------------------------------------------------------- /community/openntpd/version: -------------------------------------------------------------------------------- 1 | 6.2p3 1 2 | -------------------------------------------------------------------------------- /community/openvpn/depends: -------------------------------------------------------------------------------- 1 | lzo 2 | pkcs11-helper 3 | -------------------------------------------------------------------------------- /community/openvpn/version: -------------------------------------------------------------------------------- 1 | 2.4.9 1 2 | -------------------------------------------------------------------------------- /community/optipng/depends: -------------------------------------------------------------------------------- 1 | libpng 2 | zlib 3 | -------------------------------------------------------------------------------- /community/optipng/version: -------------------------------------------------------------------------------- 1 | 0.7.7 1 2 | -------------------------------------------------------------------------------- /community/os-prober/version: -------------------------------------------------------------------------------- 1 | 1.77 1 2 | -------------------------------------------------------------------------------- /community/osh/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/osh/build -------------------------------------------------------------------------------- /community/osh/depends: -------------------------------------------------------------------------------- 1 | bash make 2 | -------------------------------------------------------------------------------- /community/osh/sources: -------------------------------------------------------------------------------- 1 | https://www.oilshell.org/download/oil-0.8.4.tar.xz 2 | -------------------------------------------------------------------------------- /community/osh/version: -------------------------------------------------------------------------------- 1 | 0.8.4 1 2 | -------------------------------------------------------------------------------- /community/ox/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/ox/build -------------------------------------------------------------------------------- /community/ox/depends: -------------------------------------------------------------------------------- 1 | rust make 2 | -------------------------------------------------------------------------------- /community/ox/sources: -------------------------------------------------------------------------------- 1 | https://github.com/curlpipe/ox/archive/0.2.6.tar.gz 2 | -------------------------------------------------------------------------------- /community/ox/version: -------------------------------------------------------------------------------- 1 | 0.2.6 1 2 | -------------------------------------------------------------------------------- /community/pandoc-bin/version: -------------------------------------------------------------------------------- 1 | 2.11.2 1 2 | -------------------------------------------------------------------------------- /community/parted/depends: -------------------------------------------------------------------------------- 1 | util-linux 2 | -------------------------------------------------------------------------------- /community/parted/version: -------------------------------------------------------------------------------- 1 | 3.3 2 2 | -------------------------------------------------------------------------------- /community/pash/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/pash/build -------------------------------------------------------------------------------- /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/pass/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/pass/build -------------------------------------------------------------------------------- /community/pass/depends: -------------------------------------------------------------------------------- 1 | bash 2 | gnupg2 3 | tree 4 | -------------------------------------------------------------------------------- /community/pass/version: -------------------------------------------------------------------------------- 1 | 1.7.3 1 2 | -------------------------------------------------------------------------------- /community/patch/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/patch/build -------------------------------------------------------------------------------- /community/patch/version: -------------------------------------------------------------------------------- 1 | 2.7.6 1 2 | -------------------------------------------------------------------------------- /community/pciutils/depends: -------------------------------------------------------------------------------- 1 | zlib 2 | -------------------------------------------------------------------------------- /community/pciutils/version: -------------------------------------------------------------------------------- 1 | 3.7.0 1 2 | -------------------------------------------------------------------------------- /community/pcre/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/pcre/build -------------------------------------------------------------------------------- /community/pcre/version: -------------------------------------------------------------------------------- 1 | 8.44 1 2 | -------------------------------------------------------------------------------- /community/pcre2/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/pcre2/build -------------------------------------------------------------------------------- /community/pcre2/depends: -------------------------------------------------------------------------------- 1 | bash 2 | bzip2 3 | readline 4 | zlib 5 | -------------------------------------------------------------------------------- /community/pcre2/version: -------------------------------------------------------------------------------- 1 | 10.35 1 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/picom/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/picom/build -------------------------------------------------------------------------------- /community/picom/version: -------------------------------------------------------------------------------- 1 | 8.2 1 2 | -------------------------------------------------------------------------------- /community/pinentry-dmenu/depends: -------------------------------------------------------------------------------- 1 | libXft 2 | libXinerama 3 | xorg-server 4 | -------------------------------------------------------------------------------- /community/pinentry-dmenu/version: -------------------------------------------------------------------------------- 1 | 0.1.1 1 2 | -------------------------------------------------------------------------------- /community/pinentry/depends: -------------------------------------------------------------------------------- 1 | libassuan 2 | libgpg-error 3 | -------------------------------------------------------------------------------- /community/pinentry/version: -------------------------------------------------------------------------------- 1 | 1.1.0 1 2 | -------------------------------------------------------------------------------- /community/pkcs11-helper/depends: -------------------------------------------------------------------------------- 1 | lzo 2 | -------------------------------------------------------------------------------- /community/pkcs11-helper/version: -------------------------------------------------------------------------------- 1 | 1.26.0 1 2 | -------------------------------------------------------------------------------- /community/poppler/version: -------------------------------------------------------------------------------- 1 | 20.11.0 1 2 | -------------------------------------------------------------------------------- /community/popt/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/popt/build -------------------------------------------------------------------------------- /community/popt/sources: -------------------------------------------------------------------------------- 1 | https://fossies.org/linux/misc/popt-1.18.tar.gz 2 | -------------------------------------------------------------------------------- /community/popt/version: -------------------------------------------------------------------------------- 1 | 1.18 1 2 | -------------------------------------------------------------------------------- /community/ppp/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/ppp/build -------------------------------------------------------------------------------- /community/ppp/depends: -------------------------------------------------------------------------------- 1 | linux-headers make 2 | -------------------------------------------------------------------------------- /community/ppp/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/ppp/sources -------------------------------------------------------------------------------- /community/ppp/version: -------------------------------------------------------------------------------- 1 | 2.4.8 1 2 | -------------------------------------------------------------------------------- /community/pptp/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/pptp/build -------------------------------------------------------------------------------- /community/pptp/depends: -------------------------------------------------------------------------------- 1 | ppp 2 | -------------------------------------------------------------------------------- /community/pptp/version: -------------------------------------------------------------------------------- 1 | 1.10.0 1 2 | -------------------------------------------------------------------------------- /community/procps-ng/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/procps-ng/version: -------------------------------------------------------------------------------- 1 | 3.3.16 1 2 | -------------------------------------------------------------------------------- /community/procs/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/procs/build -------------------------------------------------------------------------------- /community/procs/depends: -------------------------------------------------------------------------------- 1 | gcc 2 | rust make 3 | -------------------------------------------------------------------------------- /community/procs/version: -------------------------------------------------------------------------------- 1 | 0.10.10 1 2 | -------------------------------------------------------------------------------- /community/pv/sources: -------------------------------------------------------------------------------- 1 | https://www.ivarch.com/programs/sources/pv-1.6.6.tar.bz2 2 | -------------------------------------------------------------------------------- /community/pv/version: -------------------------------------------------------------------------------- 1 | 1.6.6 1 2 | -------------------------------------------------------------------------------- /community/python2/depends: -------------------------------------------------------------------------------- 1 | bzip2 2 | sqlite 3 | zlib 4 | -------------------------------------------------------------------------------- /community/python2/version: -------------------------------------------------------------------------------- 1 | 2.7.18 3 2 | -------------------------------------------------------------------------------- /community/qemu/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/qemu/build -------------------------------------------------------------------------------- /community/qemu/version: -------------------------------------------------------------------------------- 1 | 5.1.0 2 2 | -------------------------------------------------------------------------------- /community/qpdf/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/qpdf/build -------------------------------------------------------------------------------- /community/qpdf/depends: -------------------------------------------------------------------------------- 1 | libjpeg-turbo 2 | zlib 3 | -------------------------------------------------------------------------------- /community/qpdf/version: -------------------------------------------------------------------------------- 1 | 10.0.4 1 2 | -------------------------------------------------------------------------------- /community/qrencode/depends: -------------------------------------------------------------------------------- 1 | libpng 2 | sdl2 3 | -------------------------------------------------------------------------------- /community/qrencode/version: -------------------------------------------------------------------------------- 1 | 4.1.1 1 2 | -------------------------------------------------------------------------------- /community/qt5-declarative/version: -------------------------------------------------------------------------------- 1 | 5.15.2 1 2 | -------------------------------------------------------------------------------- /community/qt5-svg/depends: -------------------------------------------------------------------------------- 1 | qt5 2 | -------------------------------------------------------------------------------- /community/qt5-svg/version: -------------------------------------------------------------------------------- 1 | 5.15.2 1 2 | -------------------------------------------------------------------------------- /community/qt5-webchannel/depends: -------------------------------------------------------------------------------- 1 | perl make 2 | qt5-declarative 3 | -------------------------------------------------------------------------------- /community/qt5-webchannel/version: -------------------------------------------------------------------------------- 1 | 5.15.2 1 2 | -------------------------------------------------------------------------------- /community/qt5-webengine/version: -------------------------------------------------------------------------------- 1 | 5.15.2 1 2 | -------------------------------------------------------------------------------- /community/qt5-x11extras/depends: -------------------------------------------------------------------------------- 1 | perl make 2 | qt5 3 | -------------------------------------------------------------------------------- /community/qt5-x11extras/version: -------------------------------------------------------------------------------- 1 | 5.15.2 1 2 | -------------------------------------------------------------------------------- /community/qt5/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/qt5/build -------------------------------------------------------------------------------- /community/qt5/depends: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/qt5/depends -------------------------------------------------------------------------------- /community/qt5/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/qt5/sources -------------------------------------------------------------------------------- /community/qt5/version: -------------------------------------------------------------------------------- 1 | 5.15.2 1 2 | -------------------------------------------------------------------------------- /community/rage/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/rage/build -------------------------------------------------------------------------------- /community/rage/depends: -------------------------------------------------------------------------------- 1 | rust 2 | -------------------------------------------------------------------------------- /community/rage/sources: -------------------------------------------------------------------------------- 1 | https://github.com/str4d/rage/archive/v0.4.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/rage/version: -------------------------------------------------------------------------------- 1 | 0.4.0 1 2 | -------------------------------------------------------------------------------- /community/ranger/depends: -------------------------------------------------------------------------------- 1 | mandoc 2 | ncurses 3 | python 4 | -------------------------------------------------------------------------------- /community/ranger/version: -------------------------------------------------------------------------------- 1 | 1.9.3 2 2 | -------------------------------------------------------------------------------- /community/rclone/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/rclone/version: -------------------------------------------------------------------------------- 1 | 1.53.3 1 2 | -------------------------------------------------------------------------------- /community/readline/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/readline/version: -------------------------------------------------------------------------------- 1 | 8.0p004 1 2 | -------------------------------------------------------------------------------- /community/restic/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/restic/version: -------------------------------------------------------------------------------- 1 | 0.11.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/depends: -------------------------------------------------------------------------------- 1 | rust make 2 | -------------------------------------------------------------------------------- /community/ripgrep/sources: -------------------------------------------------------------------------------- 1 | https://github.com/BurntSushi/ripgrep/archive/12.1.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/ripgrep/version: -------------------------------------------------------------------------------- 1 | 12.1.1 1 2 | -------------------------------------------------------------------------------- /community/rpcsvc-proto/version: -------------------------------------------------------------------------------- 1 | 1.4.2 1 2 | -------------------------------------------------------------------------------- /community/rtl-sdr/depends: -------------------------------------------------------------------------------- 1 | libusb 2 | -------------------------------------------------------------------------------- /community/rtl-sdr/version: -------------------------------------------------------------------------------- 1 | 0.6.0 1 2 | -------------------------------------------------------------------------------- /community/rtorrent/depends: -------------------------------------------------------------------------------- 1 | libtorrent 2 | -------------------------------------------------------------------------------- /community/rtorrent/version: -------------------------------------------------------------------------------- 1 | 0.9.8 1 2 | -------------------------------------------------------------------------------- /community/ruby/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/ruby/build -------------------------------------------------------------------------------- /community/ruby/version: -------------------------------------------------------------------------------- 1 | 2.7.2 1 2 | -------------------------------------------------------------------------------- /community/runit/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/runit/build -------------------------------------------------------------------------------- /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/rxvt-unicode/version: -------------------------------------------------------------------------------- 1 | 9.22 2 2 | -------------------------------------------------------------------------------- /community/s6-linux-init/depends: -------------------------------------------------------------------------------- 1 | execline 2 | s6 3 | skalibs 4 | -------------------------------------------------------------------------------- /community/s6-linux-init/version: -------------------------------------------------------------------------------- 1 | 1.0.5.1 1 2 | -------------------------------------------------------------------------------- /community/s6-rc/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/s6-rc/build -------------------------------------------------------------------------------- /community/s6-rc/depends: -------------------------------------------------------------------------------- 1 | execline 2 | s6 3 | skalibs 4 | -------------------------------------------------------------------------------- /community/s6-rc/version: -------------------------------------------------------------------------------- 1 | 0.5.2.0 1 2 | -------------------------------------------------------------------------------- /community/s6/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/s6/build -------------------------------------------------------------------------------- /community/s6/depends: -------------------------------------------------------------------------------- 1 | execline 2 | skalibs 3 | -------------------------------------------------------------------------------- /community/s6/sources: -------------------------------------------------------------------------------- 1 | https://skarnet.org/software/s6/s6-2.9.2.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/s6/version: -------------------------------------------------------------------------------- 1 | 2.9.2.0 1 2 | -------------------------------------------------------------------------------- /community/sane/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/sane/build -------------------------------------------------------------------------------- /community/sane/depends: -------------------------------------------------------------------------------- 1 | libusb 2 | -------------------------------------------------------------------------------- /community/sane/version: -------------------------------------------------------------------------------- 1 | 1.0.31 1 2 | -------------------------------------------------------------------------------- /community/sbase/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/sbase/build -------------------------------------------------------------------------------- /community/sbase/version: -------------------------------------------------------------------------------- 1 | git 2 2 | -------------------------------------------------------------------------------- /community/sc-im/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/sc-im/build -------------------------------------------------------------------------------- /community/sc-im/depends: -------------------------------------------------------------------------------- 1 | bison make 2 | ncurses 3 | -------------------------------------------------------------------------------- /community/sc-im/sources: -------------------------------------------------------------------------------- 1 | https://github.com/andmarti1424/sc-im/archive/v0.7.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/sc-im/version: -------------------------------------------------------------------------------- 1 | 0.7.0 1 2 | -------------------------------------------------------------------------------- /community/sc/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/sc/build -------------------------------------------------------------------------------- /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/scdoc/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/scdoc/build -------------------------------------------------------------------------------- /community/scdoc/sources: -------------------------------------------------------------------------------- 1 | https://git.sr.ht/~sircmpwn/scdoc/archive/1.11.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/scdoc/version: -------------------------------------------------------------------------------- 1 | 1.11.0 1 2 | -------------------------------------------------------------------------------- /community/screen/version: -------------------------------------------------------------------------------- 1 | 4.8.0 1 2 | -------------------------------------------------------------------------------- /community/scroll/sources: -------------------------------------------------------------------------------- 1 | git+git://git.suckless.org/scroll 2 | -------------------------------------------------------------------------------- /community/scroll/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/scrot/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/scrot/build -------------------------------------------------------------------------------- /community/scrot/depends: -------------------------------------------------------------------------------- 1 | giblib 2 | -------------------------------------------------------------------------------- /community/scrot/version: -------------------------------------------------------------------------------- 1 | 0.8 1 2 | -------------------------------------------------------------------------------- /community/sct/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/sct/build -------------------------------------------------------------------------------- /community/sct/depends: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/sct/depends -------------------------------------------------------------------------------- /community/sct/sources: -------------------------------------------------------------------------------- 1 | https://flak.tedunangst.com/files/sct.c 2 | -------------------------------------------------------------------------------- /community/sct/version: -------------------------------------------------------------------------------- 1 | 2018.12.18 1 2 | -------------------------------------------------------------------------------- /community/sdcv/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/sdcv/build -------------------------------------------------------------------------------- /community/sdcv/sources: -------------------------------------------------------------------------------- 1 | https://github.com/Dushistov/sdcv/archive/v0.5.3.tar.gz 2 | -------------------------------------------------------------------------------- /community/sdcv/version: -------------------------------------------------------------------------------- 1 | 0.5.3 1 2 | -------------------------------------------------------------------------------- /community/sdl/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/sdl/build -------------------------------------------------------------------------------- /community/sdl/depends: -------------------------------------------------------------------------------- 1 | linux-headers make 2 | -------------------------------------------------------------------------------- /community/sdl/sources: -------------------------------------------------------------------------------- 1 | https://libsdl.org/release/SDL-1.2.15.tar.gz 2 | -------------------------------------------------------------------------------- /community/sdl/version: -------------------------------------------------------------------------------- 1 | 1.2.15 1 2 | -------------------------------------------------------------------------------- /community/sdl2/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/sdl2/build -------------------------------------------------------------------------------- /community/sdl2/depends: -------------------------------------------------------------------------------- 1 | linux-headers make 2 | -------------------------------------------------------------------------------- /community/sdl2/sources: -------------------------------------------------------------------------------- 1 | https://libsdl.org/release/SDL2-2.0.12.tar.gz 2 | -------------------------------------------------------------------------------- /community/sdl2/version: -------------------------------------------------------------------------------- 1 | 2.0.12 1 2 | -------------------------------------------------------------------------------- /community/seatd/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/seatd/build -------------------------------------------------------------------------------- /community/seatd/depends: -------------------------------------------------------------------------------- 1 | meson make 2 | -------------------------------------------------------------------------------- /community/seatd/version: -------------------------------------------------------------------------------- 1 | 0.4.0 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/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/sed/build -------------------------------------------------------------------------------- /community/sed/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/sed/sources -------------------------------------------------------------------------------- /community/sed/version: -------------------------------------------------------------------------------- 1 | 4.8 1 2 | -------------------------------------------------------------------------------- /community/setroot/depends: -------------------------------------------------------------------------------- 1 | imlib2 2 | libXinerama 3 | -------------------------------------------------------------------------------- /community/setroot/sources: -------------------------------------------------------------------------------- 1 | https://github.com/ttzhou/setroot/archive/v2.0.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/setroot/version: -------------------------------------------------------------------------------- 1 | 2.0.2 2 2 | -------------------------------------------------------------------------------- /community/sfeed/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/sfeed/build -------------------------------------------------------------------------------- /community/sfeed/depends: -------------------------------------------------------------------------------- 1 | curl 2 | -------------------------------------------------------------------------------- /community/sfeed/version: -------------------------------------------------------------------------------- 1 | 0.9.20 1 2 | -------------------------------------------------------------------------------- /community/sfeed_curses/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/sfeed_curses/version: -------------------------------------------------------------------------------- 1 | 0.9.5 1 2 | -------------------------------------------------------------------------------- /community/shadow/version: -------------------------------------------------------------------------------- 1 | 4.8.1 1 2 | -------------------------------------------------------------------------------- /community/shellcheck-bin/version: -------------------------------------------------------------------------------- 1 | 0.7.1 1 2 | -------------------------------------------------------------------------------- /community/shfm/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/shfm/build -------------------------------------------------------------------------------- /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/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/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/sinit/build -------------------------------------------------------------------------------- /community/sinit/depends: -------------------------------------------------------------------------------- 1 | baseinit 2 | -------------------------------------------------------------------------------- /community/sinit/version: -------------------------------------------------------------------------------- 1 | 1.1 1 2 | -------------------------------------------------------------------------------- /community/skalibs/version: -------------------------------------------------------------------------------- 1 | 2.9.3.0 1 2 | -------------------------------------------------------------------------------- /community/slmenu/version: -------------------------------------------------------------------------------- 1 | 0.1 1 2 | -------------------------------------------------------------------------------- /community/slock/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/slock/build -------------------------------------------------------------------------------- /community/slock/depends: -------------------------------------------------------------------------------- 1 | libX11 2 | -------------------------------------------------------------------------------- /community/slock/sources: -------------------------------------------------------------------------------- 1 | https://dl.suckless.org/tools/slock-1.4.tar.gz 2 | -------------------------------------------------------------------------------- /community/slock/version: -------------------------------------------------------------------------------- 1 | 1.4 1 2 | -------------------------------------------------------------------------------- /community/slop/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/slop/build -------------------------------------------------------------------------------- /community/slop/version: -------------------------------------------------------------------------------- 1 | 7.5 2 2 | -------------------------------------------------------------------------------- /community/sls/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/sls/build -------------------------------------------------------------------------------- /community/sls/sources: -------------------------------------------------------------------------------- 1 | https://github.com/illiliti/sls/archive/0.2.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/sls/version: -------------------------------------------------------------------------------- 1 | 0.2.0 1 2 | -------------------------------------------------------------------------------- /community/socat/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/socat/build -------------------------------------------------------------------------------- /community/socat/depends: -------------------------------------------------------------------------------- 1 | libressl 2 | -------------------------------------------------------------------------------- /community/socat/version: -------------------------------------------------------------------------------- 1 | 1.7.3.4 2 2 | -------------------------------------------------------------------------------- /community/spleen-font/version: -------------------------------------------------------------------------------- 1 | 1.8.2 1 2 | -------------------------------------------------------------------------------- /community/spotifyd/version: -------------------------------------------------------------------------------- 1 | 0.2.24 7 2 | -------------------------------------------------------------------------------- /community/squashfs-tools/depends: -------------------------------------------------------------------------------- 1 | xz 2 | -------------------------------------------------------------------------------- /community/squashfs-tools/sources: -------------------------------------------------------------------------------- 1 | https://github.com/plougher/squashfs-tools/archive/4.4.tar.gz 2 | -------------------------------------------------------------------------------- /community/squashfs-tools/version: -------------------------------------------------------------------------------- 1 | 4.4 1 2 | -------------------------------------------------------------------------------- /community/sshfs/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/sshfs/build -------------------------------------------------------------------------------- /community/sshfs/depends: -------------------------------------------------------------------------------- 1 | fuse 2 | glib 3 | meson make 4 | -------------------------------------------------------------------------------- /community/sshfs/version: -------------------------------------------------------------------------------- 1 | 3.7.1 1 2 | -------------------------------------------------------------------------------- /community/surf/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/surf/build -------------------------------------------------------------------------------- /community/surf/depends: -------------------------------------------------------------------------------- 1 | webkit2gtk make 2 | xprop 3 | -------------------------------------------------------------------------------- /community/surf/version: -------------------------------------------------------------------------------- 1 | 2.0 1 2 | -------------------------------------------------------------------------------- /community/svkbd/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/svkbd/build -------------------------------------------------------------------------------- /community/svkbd/depends: -------------------------------------------------------------------------------- 1 | libXtst 2 | pkgconf make 3 | setxkbmap 4 | -------------------------------------------------------------------------------- /community/svkbd/sources: -------------------------------------------------------------------------------- 1 | https://dl.suckless.org/tools/svkbd-0.2.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/svkbd/version: -------------------------------------------------------------------------------- 1 | 0.2.1 1 2 | -------------------------------------------------------------------------------- /community/sx/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make PREFIX=/usr DESTDIR="$1" install 4 | -------------------------------------------------------------------------------- /community/sx/checksums: -------------------------------------------------------------------------------- 1 | git git+https://github.com/Earnestly/sx 2 | -------------------------------------------------------------------------------- /community/sx/depends: -------------------------------------------------------------------------------- 1 | xauth 2 | xorg-server 3 | -------------------------------------------------------------------------------- /community/sx/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/Earnestly/sx 2 | -------------------------------------------------------------------------------- /community/sx/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/sxhkd/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/sxhkd/build -------------------------------------------------------------------------------- /community/sxhkd/depends: -------------------------------------------------------------------------------- 1 | libxcb 2 | xcb-util-keysyms 3 | -------------------------------------------------------------------------------- /community/sxhkd/sources: -------------------------------------------------------------------------------- 1 | https://github.com/baskerville/sxhkd/archive/0.6.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/sxhkd/version: -------------------------------------------------------------------------------- 1 | 0.6.2 1 2 | -------------------------------------------------------------------------------- /community/sxiv/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make PREFIX=/usr DESTDIR="$1" install 4 | -------------------------------------------------------------------------------- /community/sxiv/sources: -------------------------------------------------------------------------------- 1 | https://github.com/muennich/sxiv/archive/v26.tar.gz 2 | -------------------------------------------------------------------------------- /community/sxiv/version: -------------------------------------------------------------------------------- 1 | 26 2 2 | -------------------------------------------------------------------------------- /community/syncthing/depends: -------------------------------------------------------------------------------- 1 | go 2 | -------------------------------------------------------------------------------- /community/syncthing/version: -------------------------------------------------------------------------------- 1 | 1.10.0 1 2 | -------------------------------------------------------------------------------- /community/sysmgr/files/sysmgr.boot: -------------------------------------------------------------------------------- 1 | # respawn sysmgr & 2 | -------------------------------------------------------------------------------- /community/sysmgr/version: -------------------------------------------------------------------------------- 1 | 0.1.1 1 2 | -------------------------------------------------------------------------------- /community/tabbed/version: -------------------------------------------------------------------------------- 1 | 0.6 1 2 | -------------------------------------------------------------------------------- /community/tcc/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tcc/build -------------------------------------------------------------------------------- /community/tcc/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tcc/sources -------------------------------------------------------------------------------- /community/tcc/version: -------------------------------------------------------------------------------- 1 | 0.9.27 1 2 | -------------------------------------------------------------------------------- /community/tcl/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tcl/build -------------------------------------------------------------------------------- /community/tcl/depends: -------------------------------------------------------------------------------- 1 | sqlite 2 | zlib 3 | -------------------------------------------------------------------------------- /community/tcl/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tcl/sources -------------------------------------------------------------------------------- /community/tcl/version: -------------------------------------------------------------------------------- 1 | 8.6.10 2 2 | -------------------------------------------------------------------------------- /community/tcpdump/depends: -------------------------------------------------------------------------------- 1 | libpcap 2 | -------------------------------------------------------------------------------- /community/tcpdump/version: -------------------------------------------------------------------------------- 1 | 4.9.3 1 2 | -------------------------------------------------------------------------------- /community/tdb/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tdb/build -------------------------------------------------------------------------------- /community/tdb/depends: -------------------------------------------------------------------------------- 1 | python make 2 | -------------------------------------------------------------------------------- /community/tdb/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tdb/sources -------------------------------------------------------------------------------- /community/tdb/version: -------------------------------------------------------------------------------- 1 | 1.4.3 1 2 | -------------------------------------------------------------------------------- /community/tea/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tea/build -------------------------------------------------------------------------------- /community/tea/depends: -------------------------------------------------------------------------------- 1 | go make 2 | -------------------------------------------------------------------------------- /community/tea/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tea/sources -------------------------------------------------------------------------------- /community/tea/version: -------------------------------------------------------------------------------- 1 | 0.5.0 1 2 | -------------------------------------------------------------------------------- /community/terminus-font/version: -------------------------------------------------------------------------------- 1 | 4.48 1 2 | -------------------------------------------------------------------------------- /community/tig/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tig/build -------------------------------------------------------------------------------- /community/tig/depends: -------------------------------------------------------------------------------- 1 | git 2 | ncurses 3 | readline 4 | -------------------------------------------------------------------------------- /community/tig/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tig/sources -------------------------------------------------------------------------------- /community/tig/version: -------------------------------------------------------------------------------- 1 | 2.5.1 1 2 | -------------------------------------------------------------------------------- /community/tiv/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tiv/build -------------------------------------------------------------------------------- /community/tiv/depends: -------------------------------------------------------------------------------- 1 | imagemagick 2 | -------------------------------------------------------------------------------- /community/tiv/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tiv/sources -------------------------------------------------------------------------------- /community/tiv/version: -------------------------------------------------------------------------------- 1 | 1.1.0 1 2 | -------------------------------------------------------------------------------- /community/tk/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tk/build -------------------------------------------------------------------------------- /community/tk/depends: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tk/depends -------------------------------------------------------------------------------- /community/tk/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tk/sources -------------------------------------------------------------------------------- /community/tk/version: -------------------------------------------------------------------------------- 1 | 8.6.10 1 2 | -------------------------------------------------------------------------------- /community/tlp/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tlp/build -------------------------------------------------------------------------------- /community/tlp/depends: -------------------------------------------------------------------------------- 1 | eudev 2 | util-linux 3 | perl 4 | -------------------------------------------------------------------------------- /community/tlp/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tlp/sources -------------------------------------------------------------------------------- /community/tlp/version: -------------------------------------------------------------------------------- 1 | 1.3.1 2 2 | -------------------------------------------------------------------------------- /community/tmux/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tmux/build -------------------------------------------------------------------------------- /community/tmux/depends: -------------------------------------------------------------------------------- 1 | libevent 2 | ncurses 3 | -------------------------------------------------------------------------------- /community/tmux/version: -------------------------------------------------------------------------------- 1 | 3.1c 1 2 | -------------------------------------------------------------------------------- /community/tokei/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tokei/build -------------------------------------------------------------------------------- /community/tokei/depends: -------------------------------------------------------------------------------- 1 | rust 2 | -------------------------------------------------------------------------------- /community/tokei/sources: -------------------------------------------------------------------------------- 1 | https://github.com/XAMPPRocky/tokei/archive/v12.0.4.tar.gz 2 | -------------------------------------------------------------------------------- /community/tokei/version: -------------------------------------------------------------------------------- 1 | 12.0.4 1 2 | -------------------------------------------------------------------------------- /community/tor/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tor/build -------------------------------------------------------------------------------- /community/tor/depends: -------------------------------------------------------------------------------- 1 | libevent 2 | libressl 3 | zlib make 4 | -------------------------------------------------------------------------------- /community/tor/files/tor.run: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec tor 3 | -------------------------------------------------------------------------------- /community/tor/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tor/sources -------------------------------------------------------------------------------- /community/tor/version: -------------------------------------------------------------------------------- 1 | 0.4.4.6 1 2 | -------------------------------------------------------------------------------- /community/totp/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | make DESTDIR="$1" prefix=/usr install 4 | -------------------------------------------------------------------------------- /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/tree/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/tree/build -------------------------------------------------------------------------------- /community/tree/version: -------------------------------------------------------------------------------- 1 | 1.8.0 2 2 | -------------------------------------------------------------------------------- /community/tty-clock/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | -------------------------------------------------------------------------------- /community/tty-clock/sources: -------------------------------------------------------------------------------- 1 | https://github.com/xorg62/tty-clock/archive/v2.3.tar.gz 2 | -------------------------------------------------------------------------------- /community/tty-clock/version: -------------------------------------------------------------------------------- 1 | 2.3 1 2 | -------------------------------------------------------------------------------- /community/tuitube/sources: -------------------------------------------------------------------------------- 1 | git+https://gitlab.com/djt3/tuitube.git 2 | -------------------------------------------------------------------------------- /community/tuitube/version: -------------------------------------------------------------------------------- 1 | git 8 2 | -------------------------------------------------------------------------------- /community/ubase/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/ubase/build -------------------------------------------------------------------------------- /community/ubase/version: -------------------------------------------------------------------------------- 1 | git 4 2 | -------------------------------------------------------------------------------- /community/unifont/version: -------------------------------------------------------------------------------- 1 | 13.0.03 1 2 | -------------------------------------------------------------------------------- /community/urlview/version: -------------------------------------------------------------------------------- 1 | 0.9-21 1 2 | -------------------------------------------------------------------------------- /community/usbutils/version: -------------------------------------------------------------------------------- 1 | 013 1 2 | -------------------------------------------------------------------------------- /community/uthash/build: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | 3 | install -Dm644 src/* -t "$1/usr/include" 4 | -------------------------------------------------------------------------------- /community/uthash/sources: -------------------------------------------------------------------------------- 1 | https://github.com/troydhanson/uthash/archive/v2.1.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/uthash/version: -------------------------------------------------------------------------------- 1 | 2.1.0 2 2 | -------------------------------------------------------------------------------- /community/vcsh/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/vcsh/build -------------------------------------------------------------------------------- /community/vcsh/depends: -------------------------------------------------------------------------------- 1 | git 2 | -------------------------------------------------------------------------------- /community/vcsh/sources: -------------------------------------------------------------------------------- 1 | https://github.com/RichiH/vcsh/archive/v1.20151229.tar.gz 2 | -------------------------------------------------------------------------------- /community/vcsh/version: -------------------------------------------------------------------------------- 1 | 1.20151229 1 2 | -------------------------------------------------------------------------------- /community/viper-browser/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/vmwh/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/vmwh/build -------------------------------------------------------------------------------- /community/vmwh/depends: -------------------------------------------------------------------------------- 1 | xclip 2 | -------------------------------------------------------------------------------- /community/vmwh/version: -------------------------------------------------------------------------------- 1 | git 2 2 | -------------------------------------------------------------------------------- /community/w3m/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/w3m/build -------------------------------------------------------------------------------- /community/w3m/depends: -------------------------------------------------------------------------------- 1 | gc 2 | pkgconf make 3 | -------------------------------------------------------------------------------- /community/w3m/sources: -------------------------------------------------------------------------------- 1 | https://github.com/tats/w3m/archive/v0.5.3+git20200502.tar.gz 2 | -------------------------------------------------------------------------------- /community/w3m/version: -------------------------------------------------------------------------------- 1 | 0.5.3 3 2 | -------------------------------------------------------------------------------- /community/webkit2gtk/version: -------------------------------------------------------------------------------- 1 | 2.30.3 1 2 | -------------------------------------------------------------------------------- /community/wget/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/wget/build -------------------------------------------------------------------------------- /community/wget/depends: -------------------------------------------------------------------------------- 1 | libressl 2 | -------------------------------------------------------------------------------- /community/wget/version: -------------------------------------------------------------------------------- 1 | 1.20.3 1 2 | -------------------------------------------------------------------------------- /community/wireguard-tools/version: -------------------------------------------------------------------------------- 1 | 1.0.20200827 1 2 | -------------------------------------------------------------------------------- /community/wyeb/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/wyeb/build -------------------------------------------------------------------------------- /community/wyeb/checksums: -------------------------------------------------------------------------------- 1 | git git+https://github.com/jun7/wyeb 2 | -------------------------------------------------------------------------------- /community/wyeb/depends: -------------------------------------------------------------------------------- 1 | #pandoc-bin 2 | webkit2gtk 3 | -------------------------------------------------------------------------------- /community/wyeb/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/jun7/wyeb 2 | -------------------------------------------------------------------------------- /community/wyeb/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/wyebadblock/checksums: -------------------------------------------------------------------------------- 1 | git git+https://github.com/jun7/wyebadblock 2 | -------------------------------------------------------------------------------- /community/wyebadblock/depends: -------------------------------------------------------------------------------- 1 | webkit2gtk 2 | -------------------------------------------------------------------------------- /community/wyebadblock/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/jun7/wyebadblock 2 | -------------------------------------------------------------------------------- /community/wyebadblock/version: -------------------------------------------------------------------------------- 1 | git 1 2 | -------------------------------------------------------------------------------- /community/x11vnc/version: -------------------------------------------------------------------------------- 1 | 0.9.16 1 2 | -------------------------------------------------------------------------------- /community/xbanish/sources: -------------------------------------------------------------------------------- 1 | https://github.com/jcs/xbanish/archive/v1.7.tar.gz 2 | -------------------------------------------------------------------------------- /community/xbanish/version: -------------------------------------------------------------------------------- 1 | 1.7 1 2 | -------------------------------------------------------------------------------- /community/xbg/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/xbg/build -------------------------------------------------------------------------------- /community/xbg/depends: -------------------------------------------------------------------------------- 1 | libxcb 2 | xcb-util 3 | -------------------------------------------------------------------------------- /community/xbg/sources: -------------------------------------------------------------------------------- 1 | https://github.com/mcpcpc/xbg/archive/0.0.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/xbg/version: -------------------------------------------------------------------------------- 1 | 0.0.2 1 2 | -------------------------------------------------------------------------------- /community/xcb-util-xrm/version: -------------------------------------------------------------------------------- 1 | 1.3 1 2 | -------------------------------------------------------------------------------- /community/xclip/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/xclip/build -------------------------------------------------------------------------------- /community/xclip/sources: -------------------------------------------------------------------------------- 1 | https://github.com/astrand/xclip/archive/0.13.tar.gz 2 | -------------------------------------------------------------------------------- /community/xclip/version: -------------------------------------------------------------------------------- 1 | 0.13 1 2 | -------------------------------------------------------------------------------- /community/xcompmgr/version: -------------------------------------------------------------------------------- 1 | 1.1.8 1 2 | -------------------------------------------------------------------------------- /community/xdotool/version: -------------------------------------------------------------------------------- 1 | 3.20160805.1 1 2 | -------------------------------------------------------------------------------- /community/xf86-input-mtrack/checksums: -------------------------------------------------------------------------------- 1 | git git+https://github.com/p2rkw/xf86-input-mtrack 2 | -------------------------------------------------------------------------------- /community/xf86-input-mtrack/sources: -------------------------------------------------------------------------------- 1 | git+https://github.com/p2rkw/xf86-input-mtrack 2 | -------------------------------------------------------------------------------- /community/xf86-input-mtrack/version: -------------------------------------------------------------------------------- 1 | 0.5.1 1 2 | -------------------------------------------------------------------------------- /community/xf86-input-synaptics/version: -------------------------------------------------------------------------------- 1 | 1.9.1 1 2 | -------------------------------------------------------------------------------- /community/xf86-video-fbdev/depends: -------------------------------------------------------------------------------- 1 | xorg-server 2 | -------------------------------------------------------------------------------- /community/xf86-video-fbdev/version: -------------------------------------------------------------------------------- 1 | 0.5.0 1 2 | -------------------------------------------------------------------------------- /community/xhost/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/xhost/build -------------------------------------------------------------------------------- /community/xhost/sources: -------------------------------------------------------------------------------- 1 | https://x.org/releases/individual/app/xhost-1.0.8.tar.bz2 2 | -------------------------------------------------------------------------------- /community/xhost/version: -------------------------------------------------------------------------------- 1 | 1.0.8 1 2 | -------------------------------------------------------------------------------- /community/xkb-switch/sources: -------------------------------------------------------------------------------- 1 | https://github.com/ierton/xkb-switch/archive/1.6.0.tar.gz 2 | -------------------------------------------------------------------------------- /community/xkb-switch/version: -------------------------------------------------------------------------------- 1 | 1.6.0 1 2 | -------------------------------------------------------------------------------- /community/xmlsec1/version: -------------------------------------------------------------------------------- 1 | 1.2.31 1 2 | -------------------------------------------------------------------------------- /community/xmodmap/depends: -------------------------------------------------------------------------------- 1 | libX11 2 | -------------------------------------------------------------------------------- /community/xmodmap/version: -------------------------------------------------------------------------------- 1 | 1.0.10 1 2 | -------------------------------------------------------------------------------- /community/xsel/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/xsel/build -------------------------------------------------------------------------------- /community/xsel/version: -------------------------------------------------------------------------------- 1 | 1.2.0 2 2 | -------------------------------------------------------------------------------- /community/xssstate/depends: -------------------------------------------------------------------------------- 1 | libXScrnSaver 2 | -------------------------------------------------------------------------------- /community/xssstate/sources: -------------------------------------------------------------------------------- 1 | https://dl.suckless.org/tools/xssstate-1.1.tar.gz 2 | -------------------------------------------------------------------------------- /community/xssstate/version: -------------------------------------------------------------------------------- 1 | 1.1 2 2 | -------------------------------------------------------------------------------- /community/xtrlock/depends: -------------------------------------------------------------------------------- 1 | libX11 2 | -------------------------------------------------------------------------------- /community/xtrlock/version: -------------------------------------------------------------------------------- 1 | 2.13 1 2 | -------------------------------------------------------------------------------- /community/xwallpaper/depends: -------------------------------------------------------------------------------- 1 | libjpeg-turbo 2 | libpng 3 | pixman 4 | xcb-util-image 5 | -------------------------------------------------------------------------------- /community/xwallpaper/version: -------------------------------------------------------------------------------- 1 | 0.6.5 1 2 | -------------------------------------------------------------------------------- /community/xwm/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/xwm/build -------------------------------------------------------------------------------- /community/xwm/depends: -------------------------------------------------------------------------------- 1 | libXau 2 | libxcb 3 | xcb-util-keysyms 4 | -------------------------------------------------------------------------------- /community/xwm/sources: -------------------------------------------------------------------------------- 1 | https://github.com/mcpcpc/xwm/archive/0.1.2.tar.gz 2 | -------------------------------------------------------------------------------- /community/xwm/version: -------------------------------------------------------------------------------- 1 | 0.1.2 1 2 | -------------------------------------------------------------------------------- /community/yajl/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/yajl/build -------------------------------------------------------------------------------- /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/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/yarn/build -------------------------------------------------------------------------------- /community/yarn/depends: -------------------------------------------------------------------------------- 1 | nodejs 2 | -------------------------------------------------------------------------------- /community/yarn/version: -------------------------------------------------------------------------------- 1 | 1.22.10 1 2 | -------------------------------------------------------------------------------- /community/youtube-dl/depends: -------------------------------------------------------------------------------- 1 | python 2 | zip make 3 | -------------------------------------------------------------------------------- /community/youtube-dl/sources: -------------------------------------------------------------------------------- 1 | https://github.com/ytdl-org/youtube-dl/archive/2020.11.26.tar.gz 2 | -------------------------------------------------------------------------------- /community/youtube-dl/version: -------------------------------------------------------------------------------- 1 | 2020.11.26 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.3.6 3 2 | -------------------------------------------------------------------------------- /community/zathura-pdf-poppler/depends: -------------------------------------------------------------------------------- 1 | meson make 2 | poppler 3 | zathura 4 | -------------------------------------------------------------------------------- /community/zathura-pdf-poppler/version: -------------------------------------------------------------------------------- 1 | 0.3.0 2 2 | -------------------------------------------------------------------------------- /community/zathura/depends: -------------------------------------------------------------------------------- 1 | file 2 | girara 3 | pkgconf make 4 | -------------------------------------------------------------------------------- /community/zathura/version: -------------------------------------------------------------------------------- 1 | 0.4.7 1 2 | -------------------------------------------------------------------------------- /community/zsh/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/zsh/build -------------------------------------------------------------------------------- /community/zsh/depends: -------------------------------------------------------------------------------- 1 | ncurses 2 | xz make 3 | -------------------------------------------------------------------------------- /community/zsh/files/zprofile: -------------------------------------------------------------------------------- 1 | emulate sh -c '. /etc/profile' 2 | -------------------------------------------------------------------------------- /community/zsh/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/zsh/sources -------------------------------------------------------------------------------- /community/zsh/version: -------------------------------------------------------------------------------- 1 | 5.8 1 2 | -------------------------------------------------------------------------------- /community/zzz/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/zzz/build -------------------------------------------------------------------------------- /community/zzz/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dylanaraps/community/HEAD/community/zzz/sources -------------------------------------------------------------------------------- /community/zzz/version: -------------------------------------------------------------------------------- 1 | 1 1 2 | --------------------------------------------------------------------------------