├── .gitignore ├── LICENSE ├── README.md ├── archived ├── acpi │ └── Pkgfile ├── acpid │ ├── .checksum │ ├── Pkgfile │ ├── acpid.conf │ ├── anything │ ├── disable-logging-to-console.patch │ ├── handler.sh │ └── portability.patch ├── adobe-source-han-sans-fonts-zh │ ├── .checksum │ ├── 44-source-han-sans-cn.conf │ └── Pkgfile ├── aircrack-ng │ └── Pkgfile ├── alsa-lib-32 │ ├── Pkgfile │ └── alsa-lib-stdint.patch ├── alsa-plugins-32 │ └── Pkgfile ├── alsa-plugins │ ├── .checksum │ ├── Pkgfile │ └── alsaconf ├── alure │ ├── Pkgfile │ └── build.patch ├── android-file-transfer │ ├── .checksum │ └── Pkgfile ├── aom │ ├── .checksum │ └── Pkgfile ├── apparmor │ ├── .checksum │ ├── 0001-Fix-linking-against-gettext-on-musl-libc.patch │ ├── 0003-parser-remove-specific-tests-for-rttime.patch │ ├── 0004-parser-remove-specific-tests-for-ofile.patch │ ├── 0005-utils-adjust-tests-to-match-the-Alpine-layout.patch │ ├── 0006-utils-adjust-rc-functions-for-aa-remove-unknown.patch │ ├── 0007-Remove-Locale-gettext-from-parser-tests.patch │ └── Pkgfile ├── aquamarine │ ├── .checksum │ └── Pkgfile ├── arc-kvantum │ ├── .checksum │ └── Pkgfile ├── argp-standalone-32 │ ├── 001-throw-in-funcdef.patch │ ├── Pkgfile │ ├── argp-standalone-1.3-shared.patch │ └── gnu89-inline.patch ├── arpack │ └── Pkgfile ├── asciidoc │ └── Pkgfile ├── async_profiler │ ├── .checksum │ └── Pkgfile ├── at-spi2-atk │ ├── .checksum │ └── Pkgfile ├── at-spi2-core │ ├── .checksum │ └── Pkgfile ├── attr-32 │ └── Pkgfile ├── audacity │ └── Pkgfile ├── audiofile │ ├── 01_gcc6.patch │ ├── 03_CVE-2015-7747.patch │ ├── 04_clamp-index-values-to-fix-index-overflow-in-IMA.cpp.patch │ ├── 05_Always-check-the-number-of-coefficients.patch │ ├── 06_Check-for-multiplication-overflow-in-MSADPCM-decodeSam.patch │ ├── 07_Check-for-multiplication-overflow-in-sfconvert.patch │ ├── 08_Fix-signature-of-multiplyCheckOverflow.-It-returns-a-b.patch │ ├── 09_Actually-fail-when-error-occurs-in-parseFormat.patch │ ├── 10_Check-for-division-by-zero-in-BlockCodec-runPull.patch │ └── Pkgfile ├── autoconf-archive │ ├── .checksum │ ├── .checksums │ ├── .footprint │ ├── .metadata │ └── Pkgfile ├── autoconf2.13 │ └── Pkgfile ├── bazel │ ├── .checksum │ └── Pkgfile ├── bbswitch │ ├── .checksum │ └── Pkgfile ├── bdf-unifont │ └── Pkgfile ├── bear │ ├── .checksum │ └── Pkgfile ├── blender │ ├── .checksum │ ├── Pkgfile │ ├── musl.patch │ └── stack.patch ├── blosc │ ├── Pkgfile │ └── musl.patch ├── bridge-utils │ └── Pkgfile ├── btop │ ├── .checksum │ └── Pkgfile ├── bucklespring │ └── Pkgfile ├── bun │ ├── .checksum │ ├── Pkgfile │ └── musl.patch ├── bzip2-32 │ ├── Pkgfile │ ├── bzip2-1.0.2-progress.patch │ ├── bzip2-1.0.3-no-test.patch │ ├── bzip2-1.0.4-POSIX-shell.patch │ ├── bzip2-1.0.4-makefile-CFLAGS.patch │ ├── bzip2-1.0.4-man-links.patch │ ├── bzip2-1.0.6-saneso.patch │ └── fasterfile.patch ├── c-ares │ ├── .checksum │ └── Pkgfile ├── cabextract │ └── Pkgfile ├── cairomm │ ├── .checksum │ └── Pkgfile ├── cargo │ ├── .checksum │ └── Pkgfile ├── ccls │ ├── .checksum │ └── Pkgfile ├── cdda │ ├── .checksum │ ├── Pkgfile │ └── file.patch ├── cgroupfs-mount │ ├── .checksum │ └── Pkgfile ├── check │ └── Pkgfile ├── chewing │ ├── .checksum │ └── Pkgfile ├── chezschema │ ├── .checksum │ └── Pkgfile ├── chromium │ ├── .checksum │ ├── Pkgfile │ ├── chromium-size_t.patch │ ├── chromium.desktop │ ├── chromium.sh │ ├── default-pthread-stacksize.patch │ ├── musl-crashpad.patch │ ├── musl-fixes-breakpad.patch │ ├── musl-fixes.patch │ ├── musl-hacks.patch │ ├── musl-libcxx.patch │ ├── musl-sandbox.patch │ ├── musl-v8-monotonic-pthread-cont_timedwait.patch │ ├── nasm.patch │ ├── no-execinfo.patch │ ├── no-mallinfo.patch │ ├── ozone.patch │ ├── resolver.patch │ ├── sandbox-membarrier.patch │ └── swiftshader.patch ├── chrony │ ├── .checksum │ ├── Pkgfile │ ├── chrony.conf │ ├── chrony.sysusers │ ├── chrony.tmpfiles │ └── min.patch ├── chrpath │ └── Pkgfile ├── cifs-utils │ ├── .checksum │ └── Pkgfile ├── clew │ └── Pkgfile ├── clib │ └── Pkgfile ├── clisp │ ├── Pkgfile │ ├── no-page.h.patch │ └── patch-modules_readline_readline.lisp ├── cmocka │ └── Pkgfile ├── cmus │ └── Pkgfile ├── compton │ ├── Pkgfile │ └── compton.conf ├── confuse │ ├── .checksum │ └── Pkgfile ├── consolekit │ └── Pkgfile ├── cpio │ ├── .checksum │ └── Pkgfile ├── cppunit │ └── Pkgfile ├── cracklib │ ├── .checksum │ └── Pkgfile ├── db │ ├── .checksum │ ├── Pkgfile │ └── atomic.patch ├── dbus-32 │ ├── Pkgfile │ ├── dbus.sysusers │ └── fix-int64-print.patch ├── dbusmenu-gtk3 │ ├── .checksum │ ├── Pkgfile │ └── nls.patch ├── deadbeef │ ├── Pkgfile │ └── musl-stacksize.patch ├── deno │ ├── .checksum │ ├── Pkgfile │ ├── cargo.lock.patch │ ├── generate_shim_headers.py │ ├── getrandom-0.1-musl-compat.patch │ ├── musl.patch │ ├── v8-revert-llvm16-linker-flag.patch │ ├── v8-use-system-icu.patch │ └── v8-use-system-zlib.patch ├── desktop-file-utils │ ├── .checksum │ └── Pkgfile ├── dhcp │ ├── .checksum │ ├── 0002-iproute2.patch │ ├── Pkgfile │ ├── dhclient.conf │ ├── dhcp-sysusers.conf │ └── dhcp-tmpfiles.conf ├── djvulibre │ ├── .checksum │ └── Pkgfile ├── dmenu │ ├── .checksum │ └── Pkgfile ├── dns-over-https │ ├── Pkgfile │ ├── cf.patch │ ├── doh-client.conf │ └── doh-server.conf ├── dnscrypt-proxy │ ├── Pkgfile │ ├── dnscrypt-proxy.conf │ └── dnscrypt-proxy.toml ├── dnsmasq │ ├── Pkgfile │ ├── dnsmasq.conf │ └── dnsmasq.service.conf ├── docbook-xml │ ├── .checksum │ └── Pkgfile ├── docbook-xsl │ ├── .checksum │ ├── 765567_non-recursive_string_subst.patch │ └── Pkgfile ├── dosfstools │ ├── .checksum │ └── Pkgfile ├── dotconf │ └── Pkgfile ├── double-conversion │ ├── .checksum │ └── Pkgfile ├── doxygen │ ├── .checksum │ └── Pkgfile ├── dracut │ ├── .checksum │ └── Pkgfile ├── dunst │ └── Pkgfile ├── dwm │ ├── .checksum │ ├── Pkgfile │ ├── config.h │ ├── dwm-6.1-pertag-tab-v2b.diff │ ├── dwm-6.1-systray.diff │ ├── dwm-ewmh.patch │ ├── dwm-systray.diff │ ├── no-box.patch │ └── no-title.patch ├── ebtables │ ├── Pkgfile │ └── musl-fixes.patch ├── egl-wayland │ └── Pkgfile ├── eglexternalplatform │ └── Pkgfile ├── elfutils-32 │ ├── Pkgfile │ ├── elfutils-0.169-musl-libs.patch │ ├── elfutils-0.170-musl-obstack-fts.patch │ └── elfutils-0.170-musl-utils.patch ├── elogind │ ├── .checksum │ ├── Pkgfile │ └── elogind.conf ├── emscripten │ ├── .checksum │ ├── Pkgfile │ └── emscripten.sh ├── enchant │ ├── .checksum │ └── Pkgfile ├── ethtool │ └── Pkgfile ├── eudev-32 │ └── Pkgfile ├── eudev │ ├── .checksum │ ├── Pkgfile │ ├── eudev.toml │ ├── initcpio-hook-udev │ └── initcpio-install-udev ├── evince │ ├── .checksum │ └── Pkgfile ├── eww │ ├── .checksum │ └── Pkgfile ├── exiv2 │ └── Pkgfile ├── expat-32 │ └── Pkgfile ├── faad2 │ ├── Pkgfile │ └── fix-stack_usage.patch ├── fcitx-configtool │ └── Pkgfile ├── fcitx-libpinyin │ └── Pkgfile ├── fcitx-qt5 │ └── Pkgfile ├── fcitx-rime │ └── Pkgfile ├── fcitx │ └── Pkgfile ├── fcitx5-chinese-addons │ ├── .checksum │ └── Pkgfile ├── fcitx5-gtk │ ├── .checksum │ ├── Pkgfile │ └── no-x11.patch ├── fcitx5-qt │ ├── .checksum │ └── Pkgfile ├── fcitx5 │ ├── .checksum │ ├── Pkgfile │ ├── no-deps.patch │ └── noname.patch ├── feh │ ├── .checksum │ └── Pkgfile ├── ffcall │ └── Pkgfile ├── fftw-32 │ └── Pkgfile ├── finit │ ├── .checksum │ ├── Pkgfile │ ├── finit.conf │ ├── rc.local │ └── securetty ├── flac-32 │ └── Pkgfile ├── flatbuffers │ ├── .checksum │ └── Pkgfile ├── fltk │ ├── Pkgfile │ └── fltk-config-dynlibs.patch ├── fluidsynth │ └── Pkgfile ├── fmt │ ├── .checksum │ └── Pkgfile ├── fontconfig-32 │ ├── Pkgfile │ └── font-cache.sh ├── freeglut │ └── Pkgfile ├── freetype-32 │ ├── Pkgfile │ └── freetype2.sh ├── gcc │ ├── .checksum │ ├── Pkgfile │ ├── fix-cxxflags-passing.patch │ ├── fix-musl-execinfo.patch │ ├── fix-vtv-link-order.patch │ ├── force-override-clocale.patch │ ├── gomp.patch │ ├── libgcc.patch │ ├── libgnarl-musl.patch │ ├── libiberty.patch │ ├── libssp-musl.patch │ └── musl-generic-locale.patch ├── ghc │ ├── .checksum │ ├── 5677.diff │ ├── Pkgfile │ ├── cabal.config-lts-18.21 │ ├── musl.patch │ └── stack.sh ├── ghostscript │ ├── Pkgfile │ └── ghostscript-sys-zlib.patch ├── giblib │ ├── .checksum │ └── Pkgfile ├── giflib-32 │ └── Pkgfile ├── git-filter-repo │ ├── .checksum │ ├── Pkgfile │ └── version.patch ├── gl2ps │ └── Pkgfile ├── glew │ ├── .checksum │ ├── .gitignore │ ├── Pkgfile │ └── source.patch ├── glfw │ ├── .checksum │ └── Pkgfile ├── glib-32 │ ├── Pkgfile │ ├── gio.sh │ ├── glib-schemas.sh │ ├── gobject_init_on_demand.patch │ └── quark_init_on_demand.patch ├── glibmm │ ├── .checksum │ └── Pkgfile ├── glm │ ├── .checksum │ ├── Pkgfile │ ├── glm.pc.in │ ├── glmConfig.cmake.in │ ├── glmConfigVersion.cmake.in │ └── glmTargets.cmake ├── glpk │ └── Pkgfile ├── glu-32 │ └── Pkgfile ├── glu │ ├── .checksum │ └── Pkgfile ├── gn │ ├── .checksum │ └── Pkgfile ├── gnome-common │ └── Pkgfile ├── gnome-themes-standard │ └── Pkgfile ├── gnuplot │ └── Pkgfile ├── gnutls-32 │ └── Pkgfile ├── gnutls │ └── Pkgfile ├── gopm │ └── Pkgfile ├── gpgme │ └── Pkgfile ├── gradle │ ├── .checksum │ ├── .gradle │ │ ├── 6.6 │ │ │ ├── executionHistory │ │ │ │ └── executionHistory.lock │ │ │ ├── fileChanges │ │ │ │ └── last-build.bin │ │ │ ├── fileHashes │ │ │ │ └── fileHashes.lock │ │ │ └── gc.properties │ │ ├── buildOutputCleanup │ │ │ ├── buildOutputCleanup.lock │ │ │ └── cache.properties │ │ ├── checksums │ │ │ └── checksums.lock │ │ ├── configuration-cache │ │ │ └── gc.properties │ │ └── vcs-1 │ │ │ └── gc.properties │ ├── Pkgfile │ └── gradle.sh ├── graphicsmagick │ └── Pkgfile ├── graphite2 │ └── Pkgfile ├── grub │ ├── .checksum │ ├── .gitignore │ ├── 0003-10_linux-detect-archlinux-initramfs.patch │ ├── 0004-add-GRUB_COLOR_variables.patch │ ├── 0008-Fix-packed-not-aligned-error-on-GCC-8.patch │ ├── 0010-relocation.patch │ ├── Pkgfile │ ├── argp.patch │ └── grub.default ├── gsl │ └── Pkgfile ├── gsm-32 │ ├── Pkgfile │ └── gsm.patch ├── gsm │ ├── .checksum │ ├── Pkgfile │ └── gsm.patch ├── gtest │ └── Pkgfile ├── gtk-engine-murrine │ └── Pkgfile ├── gtk-layer-shell │ ├── .checksum │ └── Pkgfile ├── gtk │ ├── Pkgfile │ └── gtk2-immodules.sh ├── gtkmm3 │ ├── .checksum │ └── Pkgfile ├── gtkwave │ ├── .checksum │ ├── Pkgfile │ └── no-x11.patch ├── gts │ └── Pkgfile ├── gvim │ └── Pkgfile ├── hardlink │ ├── .checksum │ └── Pkgfile ├── haskell-language-server │ ├── .checksum │ ├── Pkgfile │ └── nowarning.patch ├── hdf5 │ └── Pkgfile ├── hdparm │ └── Pkgfile ├── hicolor-icon-theme │ ├── .checksum │ └── Pkgfile ├── hidapi │ ├── .checksum │ └── Pkgfile ├── http-parser │ ├── .checksum │ └── Pkgfile ├── hunspell │ └── Pkgfile ├── hwloc │ └── Pkgfile ├── hyprcursor │ ├── .checksum │ └── Pkgfile ├── hyprland │ ├── .checksum │ ├── Pkgfile │ └── xwayland.patch ├── hyprlang │ ├── .checksum │ └── Pkgfile ├── hyprutils │ ├── .checksum │ └── Pkgfile ├── hyprwayland-scanner │ ├── .checksum │ └── Pkgfile ├── iasl │ └── Pkgfile ├── icestorm │ ├── .checksum │ └── Pkgfile ├── idris2 │ ├── .checksum │ └── Pkgfile ├── ilmbase │ ├── Pkgfile │ └── ilmbase-2.0.1-no_undefined.patch ├── imagemagick │ └── Pkgfile ├── imhex │ ├── .checksum │ ├── .gitignore │ ├── Pkgfile │ └── gl.patch ├── imlib2 │ ├── .checksum │ └── Pkgfile ├── inih │ ├── .checksum │ └── Pkgfile ├── intel-ucode │ ├── .checksum │ └── Pkgfile ├── intltool │ ├── .checksum │ ├── Pkgfile │ ├── intltool-merge-Create-cache-file-atomically.patch │ └── intltool_distcheck-fix.patch ├── irssi │ ├── .checksum │ └── Pkgfile ├── itstool │ ├── .checksum │ └── Pkgfile ├── iucode-tool │ ├── .checksum │ ├── Pkgfile │ └── musl-limits_h.patch ├── jansson │ └── Pkgfile ├── jasper │ ├── Pkgfile │ └── jasper-1.900.1-fix-filename-buffer-overflow.patch ├── jbig2dec │ └── Pkgfile ├── js52 │ ├── Pkgfile │ ├── mozjs52-copy-headers.patch │ ├── mozjs52-disable-mozglue.patch │ ├── mozjs52-fix-soname.patch │ └── mozjs52-include-configure-script.patch ├── json-c-32 │ └── Pkgfile ├── jsoncpp │ ├── .checksum │ └── Pkgfile ├── kanshi │ ├── .checksum │ └── Pkgfile ├── karchive │ └── Pkgfile ├── kcompletion │ └── Pkgfile ├── kconfig │ └── Pkgfile ├── kcoreaddons │ └── Pkgfile ├── kcrash │ └── Pkgfile ├── kdbusaddons │ └── Pkgfile ├── kdoctools │ └── Pkgfile ├── keyutils │ ├── Pkgfile │ └── request-key.conf.patch ├── kguiaddons │ └── Pkgfile ├── ki18n │ ├── Pkgfile │ └── non-gnu.patch ├── kicad │ ├── .checksum │ ├── Pkgfile │ └── no-x11.patch ├── kio │ └── Pkgfile ├── kitemmodels │ └── Pkgfile ├── kitemviews │ └── Pkgfile ├── kitty │ ├── Pkgfile │ └── musl.patch ├── kotlin │ ├── .checksum │ └── Pkgfile ├── krb5 │ ├── Pkgfile │ ├── krb5-config_LDFLAGS.patch │ └── libressl.patch ├── krita │ └── Pkgfile ├── kservice │ └── Pkgfile ├── kwidgetsaddons │ └── Pkgfile ├── kwindowsystem │ ├── .checksum │ └── Pkgfile ├── labwc │ ├── .checksum │ └── Pkgfile ├── ladspa │ ├── Pkgfile │ ├── fallback-ladspa-path.patch │ └── fix-memleak-in-plugin-scanning.patch ├── lapack │ └── Pkgfile ├── lcms2-32 │ └── Pkgfile ├── ldns │ ├── Pkgfile │ └── pc.patch ├── libao │ ├── Pkgfile │ └── libao.conf ├── libassuan │ └── Pkgfile ├── libasyncns-32 │ └── Pkgfile ├── libasyncns │ ├── .checksum │ └── Pkgfile ├── libbloom │ └── Pkgfile ├── libburn │ ├── .checksum │ └── Pkgfile ├── libcap-32 │ ├── Pkgfile │ └── libcap-gperf-3.1.patch ├── libclc │ ├── .checksum │ ├── .gitignore │ └── Pkgfile ├── libconfig │ ├── .checksum │ └── Pkgfile ├── libcork │ └── Pkgfile ├── libcorkipset │ └── Pkgfile ├── libcroco │ └── Pkgfile ├── libdrm-32 │ ├── Pkgfile │ └── musl.patch ├── libestr │ └── Pkgfile ├── libev │ ├── .checksum │ └── Pkgfile ├── libexif │ ├── .checksum │ └── Pkgfile ├── libfastjson │ └── Pkgfile ├── libffi-32 │ ├── Pkgfile │ └── gnu-linux-define.patch ├── libfontenc │ ├── .checksum │ └── Pkgfile ├── libftdi-compat │ ├── .checksum │ └── Pkgfile ├── libftdi │ ├── .checksum │ ├── Pkgfile │ └── prefix.patch ├── libgcrypt-32 │ └── Pkgfile ├── libgcrypt │ ├── .checksum │ └── Pkgfile ├── libgig │ └── Pkgfile ├── libgit2 │ ├── Pkgfile │ └── libressl-2.7.patch ├── libgme │ └── Pkgfile ├── libgmp-32 │ └── Pkgfile ├── libgpg-error-32 │ └── Pkgfile ├── libgpg-error │ ├── .checksum │ └── Pkgfile ├── libical │ ├── .checksum │ └── Pkgfile ├── libice-32 │ └── Pkgfile ├── libice │ ├── .checksum │ └── Pkgfile ├── libid3tag │ ├── 10_utf16.diff │ ├── 11_unknown_encoding.diff │ ├── CVE-2008-2109.patch │ ├── Pkgfile │ ├── gperf.patch │ └── id3tag.pc ├── libidn-32 │ └── Pkgfile ├── libidn │ └── Pkgfile ├── libime │ ├── .checksum │ ├── Pkgfile │ └── musl.patch ├── libisoburn │ ├── .checksum │ └── Pkgfile ├── libisofs │ ├── .checksum │ └── Pkgfile ├── libite │ ├── .checksum │ └── Pkgfile ├── libjpeg-turbo-32 │ └── Pkgfile ├── libldap-32 │ ├── Pkgfile │ ├── libressl.patch │ └── openldap-ntlm.patch ├── libldap │ ├── Pkgfile │ ├── libressl.patch │ └── openldap-ntlm.patch ├── liblo │ └── Pkgfile ├── liblogging │ └── Pkgfile ├── liblqr │ └── Pkgfile ├── libluv │ ├── .checksum │ ├── Pkgfile │ ├── install.patch │ └── libluv.pc.in ├── libmad │ ├── Pkgfile │ ├── amd64-64bit.diff │ ├── frame_length.diff │ ├── libmad.patch │ └── optimize.diff ├── libmesode │ └── Pkgfile ├── libmicrohttpd │ ├── .checksum │ └── Pkgfile ├── libmms │ └── Pkgfile ├── libmodplug │ ├── .checksum │ └── Pkgfile ├── libmpack │ ├── .checksum │ └── Pkgfile ├── libnetfilter_conntrack │ └── Pkgfile ├── libnfnetlink │ └── Pkgfile ├── libnfs │ ├── .checksum │ ├── Pkgfile │ └── libnfs.patch ├── libnih │ ├── .checksum │ ├── Pkgfile │ └── musl.patch ├── libnl-32 │ └── Pkgfile ├── libnotify │ └── Pkgfile ├── libnpupnp │ ├── .checksum │ └── Pkgfile ├── libogg-32 │ └── Pkgfile ├── libopenaptx │ ├── .checksum │ └── Pkgfile ├── libotr │ └── Pkgfile ├── libpcap-32 │ └── Pkgfile ├── libpciaccess-32 │ └── Pkgfile ├── libpcre-32 │ └── Pkgfile ├── libpcre │ ├── .checksum │ └── Pkgfile ├── libpinyin │ ├── .checksum │ ├── Pkgfile │ └── fix.patch ├── libpng-32 │ └── Pkgfile ├── libraw │ └── Pkgfile ├── libressl-32 │ └── Pkgfile ├── libressl │ ├── .checksum │ ├── Pkgfile │ └── fail-instead-of-trying-fallback.patch ├── librsvg │ └── Pkgfile ├── libsamplerate-32 │ └── Pkgfile ├── libsasl │ ├── 0010_maintainer_mode.patch │ ├── 0011_saslauthd_ac_prog_libtool.patch │ ├── 0025_ld_as_needed.patch │ ├── 0026_drop_krb5support_dependency.patch │ ├── 0030-dont_use_la_files_for_opening_plugins.patch │ ├── CVE-2013-4122.patch │ ├── Pkgfile │ ├── cyrus-sasl-2.1.22-qa.patch │ ├── cyrus-sasl-2.1.26-size_t.patch │ ├── cyrus-sasl-2.1.27-openssl-1.1.0.patch │ ├── cyrus-sasl-gssapi.patch │ ├── cyrus-sasl-sql.patch │ ├── fix-pkgconfig.patch │ ├── saslauthd.conf.d │ └── saslauthd.service ├── libsass │ ├── .checksum │ └── Pkgfile ├── libscfg │ ├── .checksum │ └── Pkgfile ├── libsigcpp │ ├── .checksum │ └── Pkgfile ├── libsigsegv │ └── Pkgfile ├── libsm-32 │ └── Pkgfile ├── libsm │ ├── .checksum │ └── Pkgfile ├── libsndfile-32 │ └── Pkgfile ├── libsodium │ ├── .checksum │ └── Pkgfile ├── libsoup │ └── Pkgfile ├── libsoxr │ ├── .checksum │ └── Pkgfile ├── libspnav │ ├── Makefile.patch │ └── Pkgfile ├── libssh │ └── Pkgfile ├── libtasn1-32 │ └── Pkgfile ├── libtermkey │ ├── .checksum │ └── Pkgfile ├── libtiff-32 │ └── Pkgfile ├── libtool-32 │ └── Pkgfile ├── libtxc_dxtn-32 │ └── Pkgfile ├── libtxc_dxtn │ └── Pkgfile ├── libuev │ ├── .checksum │ └── Pkgfile ├── libunwind │ ├── .checksum │ └── Pkgfile ├── libupnp │ ├── .checksum │ └── Pkgfile ├── libupnpp │ ├── .checksum │ └── Pkgfile ├── libusb-compat │ ├── .checksum │ └── Pkgfile ├── libva-32 │ └── Pkgfile ├── libva-intel-driver-32 │ └── Pkgfile ├── libva-intel-driver │ ├── .checksum │ └── Pkgfile ├── libvdpau-va-gl │ └── Pkgfile ├── libvdpau │ ├── .checksum │ └── Pkgfile ├── libvips │ ├── .checksum │ └── Pkgfile ├── libvncserver │ └── Pkgfile ├── libvorbis-32 │ └── Pkgfile ├── libvterm │ ├── .checksum │ └── Pkgfile ├── libwebsockets │ ├── .checksum │ └── Pkgfile ├── libwpe │ ├── .checksum │ └── Pkgfile ├── libx11-32 │ └── Pkgfile ├── libx11 │ ├── .checksum │ └── Pkgfile ├── libxau-32 │ └── Pkgfile ├── libxau │ ├── .checksum │ └── Pkgfile ├── libxaw │ ├── .checksum │ └── Pkgfile ├── libxcb-32 │ └── Pkgfile ├── libxcb │ ├── .checksum │ └── Pkgfile ├── libxcomposite-32 │ └── Pkgfile ├── libxcomposite │ ├── .checksum │ └── Pkgfile ├── libxcursor-32 │ └── Pkgfile ├── libxcursor │ ├── .checksum │ └── Pkgfile ├── libxdamage-32 │ └── Pkgfile ├── libxdamage │ ├── .checksum │ └── Pkgfile ├── libxdg-basedir │ ├── Pkgfile │ └── xdgGetRelativeHome-overflow.patch ├── libxdmcp-32 │ └── Pkgfile ├── libxdmcp │ ├── .checksum │ └── Pkgfile ├── libxext-32 │ └── Pkgfile ├── libxext │ ├── .checksum │ └── Pkgfile ├── libxfixes-32 │ └── Pkgfile ├── libxfixes │ ├── .checksum │ └── Pkgfile ├── libxfont2 │ ├── .checksum │ └── Pkgfile ├── libxft │ ├── .checksum │ └── Pkgfile ├── libxi-32 │ └── Pkgfile ├── libxi │ ├── .checksum │ └── Pkgfile ├── libxinerama-32 │ └── Pkgfile ├── libxinerama │ └── Pkgfile ├── libxkbfile │ ├── .checksum │ └── Pkgfile ├── libxml2-32 │ └── Pkgfile ├── libxmu │ ├── .checksum │ └── Pkgfile ├── libxpm │ ├── .checksum │ └── Pkgfile ├── libxrandr-32 │ └── Pkgfile ├── libxrandr │ ├── .checksum │ └── Pkgfile ├── libxrender-32 │ └── Pkgfile ├── libxrender │ ├── .checksum │ └── Pkgfile ├── libxres │ ├── .checksum │ └── Pkgfile ├── libxscrnsaver │ ├── .checksum │ └── Pkgfile ├── libxshmfence-32 │ └── Pkgfile ├── libxshmfence │ ├── .checksum │ └── Pkgfile ├── libxslt-32 │ └── Pkgfile ├── libxslt │ ├── .checksum │ └── Pkgfile ├── libxt │ ├── .checksum │ └── Pkgfile ├── libxtst-32 │ └── Pkgfile ├── libxtst │ ├── .checksum │ └── Pkgfile ├── libxv-32 │ └── Pkgfile ├── libxv │ ├── .checksum │ └── Pkgfile ├── libxvmc-32 │ └── Pkgfile ├── libxvmc │ ├── .checksum │ └── Pkgfile ├── libxxf86vm-32 │ └── Pkgfile ├── libxxf86vm │ ├── .checksum │ └── Pkgfile ├── libzip │ └── Pkgfile ├── lilv │ └── Pkgfile ├── llvm-32 │ ├── Pkgfile │ ├── cfe-001-fix-stdint.patch │ ├── cfe-003-fix-unwind-chain-inclusion.patch │ ├── cfe-007-musl-use-init-array.patch │ ├── compiler-rt-002-musl-no-dlvsym.patch │ ├── llvm-003-musl.patch │ └── llvm-config.h ├── lm_sensors-32 │ ├── Pkgfile │ └── lm_sensors-fancontrol.patch ├── lmms │ ├── Pkgfile │ └── musl.patch ├── log4cplus │ └── Pkgfile ├── logrotate │ └── Pkgfile ├── lua51-bitop │ ├── .checksum │ └── Pkgfile ├── lua51-lpeg │ ├── .checksum │ └── Pkgfile ├── lua51-mpack │ ├── .checksum │ └── Pkgfile ├── lua51 │ ├── .checksum │ ├── Pkgfile │ ├── lua-5.1-cflags.diff │ └── lua-noname.patch ├── luajit │ ├── .checksum │ └── Pkgfile ├── luarocks │ ├── .checksum │ └── Pkgfile ├── lv2 │ └── Pkgfile ├── lxappearance │ ├── .checksum │ └── Pkgfile ├── lynx │ ├── Pkgfile │ └── patch-WWW_Library_Implementation_HTTP.c ├── maven │ ├── .checksum │ ├── Pkgfile │ └── settings.xml ├── mbedtls │ ├── .checksum │ └── Pkgfile ├── mesa-32 │ ├── Pkgfile │ ├── musl-endian.patch │ ├── musl-stacksize.patch │ └── musl.patch ├── metis │ └── Pkgfile ├── mill │ ├── .checksum │ ├── .gitignore │ └── Pkgfile ├── minizip │ ├── .checksum │ └── Pkgfile ├── mlocate │ ├── Pkgfile │ └── updatedb.conf ├── monit │ ├── .checksum │ ├── Pkgfile │ ├── monit.sh │ └── monitrc ├── mpd │ ├── .checksum │ ├── Pkgfile │ └── stacksize.patch ├── mpg123-32 │ └── Pkgfile ├── mpg123 │ └── Pkgfile ├── msgpack-c │ ├── .checksum │ └── Pkgfile ├── mtools │ ├── .checksum │ └── Pkgfile ├── musl-fts-32 │ └── Pkgfile ├── musl-obstack-32 │ └── Pkgfile ├── mxml │ └── Pkgfile ├── nano │ ├── .checksum │ └── Pkgfile ├── ncmpcpp │ ├── .checksum │ └── Pkgfile ├── ncpamixer │ ├── .checksum │ └── Pkgfile ├── ncurses-32 │ └── Pkgfile ├── net-tools │ ├── Pkgfile │ └── net-tools-fix-headers.patch ├── nettle-32 │ └── Pkgfile ├── nettle │ ├── .checksum │ └── Pkgfile ├── nextpnr │ ├── .checksum │ └── Pkgfile ├── ngspice │ ├── .checksum │ └── Pkgfile ├── nlohmann-json │ ├── .checksum │ └── Pkgfile ├── ntfs-3g │ ├── .checksum │ └── Pkgfile ├── numactl │ ├── .checksum │ ├── Pkgfile │ ├── hardening.patch │ └── musl.patch ├── numlockx │ ├── .checksum │ └── Pkgfile ├── obs-studio │ └── Pkgfile ├── ocl-icd-32 │ └── Pkgfile ├── ocl-icd │ └── Pkgfile ├── octave │ └── Pkgfile ├── ohsnap │ ├── .checksum │ └── Pkgfile ├── onednn │ ├── .checksum │ └── Pkgfile ├── onnxruntime │ ├── .checksum │ ├── Pkgfile │ ├── musl.patch │ └── system-dnnl.diff ├── oomd │ ├── .checksum │ ├── Pkgfile │ └── musl.patch ├── openal │ ├── .checksum │ └── Pkgfile ├── openblas │ ├── .checksum │ └── Pkgfile ├── opencl-headers │ └── Pkgfile ├── opencollada │ ├── 001-fix-no_return_value.patch │ ├── 002-fix-stdint_h.patch │ ├── 003-musl-stdint_h.patch │ └── Pkgfile ├── opencolorio │ ├── 8d48ee8da42de2d878db7b42586db8b3c67f83e1.patch │ ├── OpenColorIO-gcc.patch │ ├── Pkgfile │ └── ocio-1.1.0-yamlcpp060.patch ├── openexr │ ├── .checksum │ └── Pkgfile ├── openfpgaloader │ ├── .checksum │ ├── Pkgfile │ └── argp.patch ├── openh264 │ └── Pkgfile ├── openimageio │ └── Pkgfile ├── openjdk │ ├── .checksum │ ├── Pkgfile │ └── mkcacerts ├── openjpeg │ └── Pkgfile ├── openmp │ ├── .checksum │ └── Pkgfile ├── openmpi │ └── Pkgfile ├── openocd │ ├── .checksum │ └── Pkgfile ├── openresolv │ ├── .checksum │ └── Pkgfile ├── openshadinglanguage │ ├── Pkgfile │ └── noname.patch ├── opensubdiv │ └── Pkgfile ├── opensysusers │ ├── .checksum │ ├── Pkgfile │ ├── no-rlvl.patch │ ├── sysusers-init.sh │ └── sysusers.toml ├── opentmpfiles │ ├── .checksum │ ├── Pkgfile │ ├── tmpfiles-init.sh │ └── tmpfiles.toml ├── openvdb │ └── Pkgfile ├── orc │ ├── .checksum │ └── Pkgfile ├── os-prober │ ├── .checksum │ └── Pkgfile ├── ovmf │ ├── Pkgfile │ └── gcc7.patch ├── p11-kit-32 │ ├── Pkgfile │ └── libnssckbi-compat.patch ├── pangomm │ ├── .checksum │ └── Pkgfile ├── parted │ ├── .checksum │ └── Pkgfile ├── patchelf │ ├── .checksum │ └── Pkgfile ├── pbzip2 │ └── Pkgfile ├── pclcmd │ └── Pkgfile ├── pdnsd │ └── Pkgfile ├── perl-extutils-depends │ └── Pkgfile ├── perl-extutils-pkgconfig │ └── Pkgfile ├── perl-sgmls │ ├── .checksum │ └── Pkgfile ├── perl-uri │ └── Pkgfile ├── perl-xml-parser │ ├── .checksum │ └── Pkgfile ├── phonon │ └── Pkgfile ├── pigz │ ├── Pkgfile │ ├── build.patch │ ├── error.patch │ └── rsync.patch ├── pixiewps │ └── Pkgfile ├── polipo │ └── Pkgfile ├── polkit │ ├── 99-noname.rules │ ├── Pkgfile │ ├── make-innetgr-optional.patch │ └── polkitd.conf ├── potrace │ └── Pkgfile ├── ppsspp │ ├── .checksum │ ├── .gitignore │ ├── Pkgfile │ └── no-x11.patch ├── prjtrellis │ ├── .checksum │ └── Pkgfile ├── profanity │ └── Pkgfile ├── protobuf │ ├── .checksum │ ├── Pkgfile │ └── musl-fix.patch ├── proxychains │ ├── .checksum │ ├── Pkgfile │ └── proxychains.conf ├── ptex │ └── Pkgfile ├── pugixml │ ├── .checksum │ └── Pkgfile ├── pulseaudio-32 │ ├── 0001-padsp-Make-it-compile-on-musl.patch │ ├── Pkgfile │ ├── default.pa │ └── pulse.sysusers ├── pulseaudio │ ├── .checksum │ └── Pkgfile ├── python-appdirs │ └── Pkgfile ├── python-asn1crypto │ └── Pkgfile ├── python-beaker │ ├── .checksum │ └── Pkgfile ├── python-cffi │ └── Pkgfile ├── python-chardet │ └── Pkgfile ├── python-cryptography │ └── Pkgfile ├── python-dateutil │ └── Pkgfile ├── python-enum34 │ └── Pkgfile ├── python-gevent │ └── Pkgfile ├── python-greenlet │ └── Pkgfile ├── python-idna │ └── Pkgfile ├── python-ipaddr │ └── Pkgfile ├── python-ipaddress │ └── Pkgfile ├── python-markupsafe │ ├── .checksum │ └── Pkgfile ├── python-mock │ └── Pkgfile ├── python-msgpack │ └── Pkgfile ├── python-ndg-httpsclient │ └── Pkgfile ├── python-nose │ └── Pkgfile ├── python-packaging │ └── Pkgfile ├── python-pip │ ├── .checksum │ └── Pkgfile ├── python-ply │ └── Pkgfile ├── python-progressbar │ ├── Pkgfile │ └── no-test.patch ├── python-pyasn1 │ └── Pkgfile ├── python-pycparser │ └── Pkgfile ├── python-pygmentize │ └── Pkgfile ├── python-pyopenssl │ └── Pkgfile ├── python-pyparsing │ └── Pkgfile ├── python-pysocks │ └── Pkgfile ├── python-requests │ └── Pkgfile ├── python-setuptools │ ├── .checksum │ └── Pkgfile ├── python-typing │ ├── .checksum │ └── Pkgfile ├── python-urllib3 │ └── Pkgfile ├── python2 │ ├── .checksum │ ├── Pkgfile │ ├── descr_ref.patch │ ├── musl-find_library.patch │ └── pyconfig.h ├── python3-absl │ ├── .checksum │ └── Pkgfile ├── python3-astor │ ├── .checksum │ └── Pkgfile ├── python3-cython │ ├── .checksum │ └── Pkgfile ├── python3-gast │ ├── .checksum │ └── Pkgfile ├── python3-installer │ ├── .checksum │ ├── Pkgfile │ └── prefix.patch ├── python3-jinja │ ├── .checksum │ └── Pkgfile ├── python3-keras-applications │ ├── .checksum │ └── Pkgfile ├── python3-keras-preprocessing │ ├── .checksum │ └── Pkgfile ├── python3-m2crypto │ ├── .checksum │ └── Pkgfile ├── python3-mako │ ├── .checksum │ └── Pkgfile ├── python3-markupsafe │ ├── .checksum │ └── Pkgfile ├── python3-numpy │ ├── .checksum │ ├── Pkgfile │ └── site.cfg ├── python3-onnxruntime │ ├── 1 │ ├── .checksum │ ├── Pkgfile │ ├── install-orttraining-files.diff │ ├── no-execinfo.patch │ ├── system-dnnl.diff │ └── system.patch ├── python3-pip │ ├── .checksum │ └── Pkgfile ├── python3-pybind11 │ ├── .checksum │ └── Pkgfile ├── python3-pytorch │ ├── .checksum │ ├── Pkgfile │ └── musl.patch ├── python3-setuptools │ ├── .checksum │ └── Pkgfile ├── python3-six │ ├── .checksum │ └── Pkgfile ├── python3-termcolor │ ├── .checksum │ └── Pkgfile ├── python3-typing │ ├── .checksum │ └── Pkgfile ├── python3-wheel │ ├── .checksum │ └── Pkgfile ├── python3-wrapt │ ├── .checksum │ └── Pkgfile ├── python3-wxpython │ ├── .checksum │ ├── Pkgfile │ ├── new.patch │ └── no-x11.patch ├── python3-yaml │ ├── .checksum │ └── Pkgfile ├── qemu │ ├── 0006-linux-user-signal.c-define-__SIGRTMIN-MAX-for-non-GN.patch │ ├── Pkgfile │ ├── allow_elf64.patch │ ├── musl-9p-limits_h.patch │ ├── musl-F_SHLCK-and-F_EXLCK.patch │ ├── musl-fix-SIOCGSTAMPNS.patch │ └── musl-fix-sigevent-and-sigval_t.patch ├── qgnomeplatform │ └── Pkgfile ├── qhull │ └── Pkgfile ├── qownnotes │ └── Pkgfile ├── qrencode │ ├── .checksum │ └── Pkgfile ├── qt5-base │ ├── .checksum │ ├── Pkgfile │ ├── libressl-const-bio.patch │ ├── libressl.patch │ └── qt-musl-iconv-no-bom.patch ├── qt5-declarative │ ├── .checksum │ ├── Pkgfile │ └── qt-musl-stackbottom.patch ├── qt5-kvantum │ ├── .checksum │ └── Pkgfile ├── qt5-location │ ├── Pkgfile │ └── musl.patch ├── qt5-multimedia │ └── Pkgfile ├── qt5-quickcontrols │ ├── .checksum │ └── Pkgfile ├── qt5-script │ └── Pkgfile ├── qt5-serialport │ ├── .checksum │ └── Pkgfile ├── qt5-svg │ ├── .checksum │ └── Pkgfile ├── qt5-tools │ ├── .checksum │ └── Pkgfile ├── qt5-wayland │ ├── Pkgfile │ ├── qtbug-62044.patch │ ├── qtbug-66867.patch │ ├── qtbug-67150.patch │ ├── qtwayland-context-create.patch │ └── qtwayland-key-compose.patch ├── qt5-webchannel │ └── Pkgfile ├── qt5-x11extras │ ├── .checksum │ └── Pkgfile ├── qt5-xmlpatterns │ └── Pkgfile ├── qt5ct │ └── Pkgfile ├── qtermwidget │ └── Pkgfile ├── qtox │ ├── .checksum │ ├── Pkgfile │ └── musl.patch ├── qtstyleplugins │ └── Pkgfile ├── r │ └── Pkgfile ├── rapidjson │ ├── .checksum │ └── Pkgfile ├── re2 │ └── Pkgfile ├── re2c │ ├── .checksum │ └── Pkgfile ├── reaver │ └── Pkgfile ├── redis │ ├── .checksum │ ├── Pkgfile │ └── malloc_size.patch ├── rfkill │ ├── Pkgfile │ └── rules.d ├── rrdtool │ └── Pkgfile ├── rsyslog │ ├── Pkgfile │ ├── rsyslog.conf │ ├── rsyslog.logrotate │ └── rsyslog.service.conf ├── run-parts │ ├── .checksum │ └── Pkgfile ├── rustup │ ├── .checksum │ └── Pkgfile ├── rxvt │ ├── 256color.patch │ ├── Pkgfile │ ├── clear.patch │ ├── enable-wide-glyphs.patch │ ├── fix-smart-resize-with-x11-frame-borders.patch │ ├── line-spacing-fix.patch │ ├── secondaryWheel.patch │ └── sgr-mouse-mode.patch ├── sassc │ ├── .checksum │ └── Pkgfile ├── sbsms │ └── Pkgfile ├── sbt │ ├── .checksum │ └── Pkgfile ├── schroedinger │ └── Pkgfile ├── schroot │ ├── .checksum │ ├── Pkgfile │ ├── arch │ ├── copyfiles │ ├── fstab │ ├── getent.patch │ ├── getmntent.patch │ ├── musl.patch │ ├── notest.patch │ ├── nssdatabases │ ├── remove-networks.patch │ ├── schroot-cppunit.patch │ └── schroot.pam ├── scrot │ ├── .checksum │ └── Pkgfile ├── sddm │ ├── Pkgfile │ └── musl.patch ├── sdl2_image │ ├── .checksum │ └── Pkgfile ├── sdl2_mixer │ ├── .checksum │ └── Pkgfile ├── sdl2_ttf │ ├── .checksum │ └── Pkgfile ├── sdparm │ └── Pkgfile ├── serd │ └── Pkgfile ├── shadowsocks-libev │ ├── .checksum │ ├── Pkgfile │ ├── shadowsocks-libev@.service │ └── shadowsocks.toml ├── siji │ └── Pkgfile ├── sinit │ ├── .checksum │ ├── Pkgfile │ └── rc.init ├── slstatus │ ├── .checksum │ ├── Pkgfile │ ├── config.h │ └── no-x11.patch ├── smartmontools │ ├── 0001-fix-musl.patch │ ├── Pkgfile │ └── smartd.conf ├── snapd │ ├── .checksum │ ├── Pkgfile │ └── musl.patch ├── snappy │ └── Pkgfile ├── solid │ └── Pkgfile ├── sord │ └── Pkgfile ├── soundtouch │ └── Pkgfile ├── speech-dispatcher │ └── Pkgfile ├── speex-32 │ └── Pkgfile ├── speexdsp-32 │ └── Pkgfile ├── spice-gtk │ └── Pkgfile ├── spice-protocol │ └── Pkgfile ├── spice │ └── Pkgfile ├── spirv-headers │ ├── .checksum │ └── Pkgfile ├── sqlcipher │ ├── .checksum │ └── Pkgfile ├── squashfs-tools │ ├── .checksum │ ├── CVE-2015-4645.patch │ ├── Pkgfile │ ├── fix-compat.patch │ └── vla-overlow.patch ├── sratom │ └── Pkgfile ├── sshpass │ └── Pkgfile ├── st │ ├── Pkgfile │ ├── config.def.h │ └── st-xresources.diff ├── steam │ ├── .checksum │ ├── Pkgfile │ └── steam-runtime.sh ├── stk │ ├── Pkgfile │ └── runtime.patch ├── suil │ └── Pkgfile ├── suitesparse │ ├── Pkgfile │ └── suitesparse-link-tbb.patch ├── sway │ ├── .checksum │ ├── 50-systemd-user.conf │ ├── 5890.diff │ ├── Pkgfile │ └── no-swaylock.patch ├── swaybg │ ├── .checksum │ └── Pkgfile ├── swayidle │ ├── .checksum │ └── Pkgfile ├── swaylock │ ├── .checksum │ └── Pkgfile ├── swig │ ├── .checksum │ └── Pkgfile ├── t1lib │ ├── CVE-2010-2642.patch │ ├── CVE-2011-0764.diff │ ├── CVE-2011-1552_1553_1554.patch │ ├── Pkgfile │ ├── format-security.diff │ └── lib-cleanup.diff ├── taglib │ ├── .checksum │ └── Pkgfile ├── tamsyn │ └── Pkgfile ├── tbb │ └── Pkgfile ├── tcl │ ├── .checksum │ └── Pkgfile ├── tcpflow │ ├── .checksum │ └── Pkgfile ├── tdb │ ├── .checksum │ └── Pkgfile ├── tensorflow │ ├── .checksum │ ├── Pkgfile │ ├── hwloc.patch │ └── musl.patch ├── texlive │ ├── 09-texlive-fonts.conf │ ├── Pkgfile │ ├── texlive-20170524-source-gcc7-1.patch │ ├── texlive-20170524-source-poppler059-1.patch │ ├── texlive-20170524-source-upstream_fixes-2.patch │ ├── texlive-20170524-texmf-upstream_fixes-1.patch │ ├── texlive.footprint │ ├── texmf.cnf │ └── texmfcnf.lua ├── tilda │ └── Pkgfile ├── time │ ├── Pkgfile │ ├── time-1.7-Recompute-CPU-usage-at-microsecond-level.patch │ └── time-1.7-ru_maxrss-is-in-kilobytes-on-Linux.patch ├── tinyxml │ ├── Pkgfile │ ├── tinyxml-2.6.1-entity.patch │ └── tinyxml-2.6.2-defineSTL.patch ├── tk │ ├── Pkgfile │ └── no-doc.patch ├── tlp │ ├── Pkgfile │ ├── finit.patch │ └── tlp.conf ├── tomlplusplus │ ├── .checksum │ └── Pkgfile ├── tor │ └── Pkgfile ├── toxcore │ ├── .checksum │ └── Pkgfile ├── trojan-go │ ├── .checksum │ ├── .gitignore │ └── Pkgfile ├── trojan │ ├── .checksum │ └── Pkgfile ├── ttf-dejavu │ ├── .checksum │ └── Pkgfile ├── ttf-mononoki │ ├── .checksum │ └── Pkgfile ├── ttf-ohsnap │ └── Pkgfile ├── ttyd │ ├── .checksum │ └── Pkgfile ├── twmn │ └── Pkgfile ├── udns │ └── Pkgfile ├── unibilium │ ├── .checksum │ └── Pkgfile ├── unixodbc-32 │ └── Pkgfile ├── unixodbc │ └── Pkgfile ├── upmpdcli │ ├── .checksum │ └── Pkgfile ├── usbredir │ └── Pkgfile ├── util-linux-32 │ ├── 0001-fstrim-cleanup-uncludes.patch │ ├── 0002-libmount_include_sys_mount_h_only_if_necessary.patch │ ├── 60-rfkill.rules │ ├── Pkgfile │ ├── fix-musl.patch │ ├── pam-common │ ├── pam-login │ ├── pam-su │ ├── ttydefaults.h │ └── util-linux.sysusers ├── util-macros │ ├── .checksum │ └── Pkgfile ├── v2ray │ └── Pkgfile ├── v4l-utils-32 │ ├── Pkgfile │ └── musl.patch ├── vala │ └── Pkgfile ├── valgrind │ ├── .checksum │ ├── Pkgfile │ ├── valgrind-3.7.0-fno-stack-protector.patch │ └── valgrind-3.7.0-respect-flags.patch ├── vamp-plugin-sdk │ └── Pkgfile ├── vc │ └── Pkgfile ├── vdpauinfo │ └── Pkgfile ├── vid.stab │ ├── .checksum │ └── Pkgfile ├── vim │ ├── .checksum │ └── Pkgfile ├── virglrenderer │ ├── Pkgfile │ └── musl.patch ├── vte3 │ └── Pkgfile ├── way-cooler │ └── Pkgfile ├── waybar │ ├── .checksum │ └── Pkgfile ├── wayland-32 │ └── Pkgfile ├── webrtc-audio-processing │ ├── .checksum │ ├── Pkgfile │ └── execinfo.patch ├── wf-recorder │ ├── .checksum │ └── Pkgfile ├── wine │ ├── Pkgfile │ ├── harmony-fix.diff │ └── wine-dlclose.patch ├── winetricks │ └── Pkgfile ├── wireless_tools │ └── Pkgfile ├── wlc │ └── Pkgfile ├── wlr-randr │ ├── .checksum │ └── Pkgfile ├── wlroots │ ├── .checksum │ └── Pkgfile ├── wpa_supplicant │ ├── .checksum │ ├── 0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch │ ├── 0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch │ ├── 0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch │ ├── 0004-Prevent-installation-of-an-all-zero-TK.patch │ ├── 0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch │ ├── 0006-TDLS-Reject-TPK-TK-reconfiguration.patch │ ├── 0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch │ ├── 0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch │ ├── 0009-WPA-Ignore-unauthenticated-encrypted-EAPOL-Key-data.patch │ ├── Pkgfile │ ├── config │ └── libressl.patch ├── wqy-bitmapfont │ ├── .checksum │ └── Pkgfile ├── wxgtk │ ├── .checksum │ ├── Pkgfile │ ├── musl.patch │ └── redef.patch ├── x265 │ ├── .checksum │ └── Pkgfile ├── xbitmaps │ ├── .checksum │ └── Pkgfile ├── xcb-imdkit │ ├── .checksum │ └── Pkgfile ├── xcb-proto │ ├── .checksum │ └── Pkgfile ├── xcb-util-cursor │ ├── .checksum │ └── Pkgfile ├── xcb-util-errors │ └── Pkgfile ├── xcb-util-image │ ├── .checksum │ └── Pkgfile ├── xcb-util-keysyms │ ├── .checksum │ └── Pkgfile ├── xcb-util-renderutil │ ├── .checksum │ └── Pkgfile ├── xcb-util-wm │ ├── .checksum │ └── Pkgfile ├── xcb-util │ ├── .checksum │ └── Pkgfile ├── xdg-utils │ └── Pkgfile ├── xf86-input-libinput │ ├── .checksum │ └── Pkgfile ├── xf86-video-intel │ ├── .checksum │ └── Pkgfile ├── xf86-video-nouveau │ ├── .checksum │ └── Pkgfile ├── xfsprogs │ ├── .checksum │ └── Pkgfile ├── xmlto │ ├── .checksum │ └── Pkgfile ├── xorg-app │ ├── .checksum │ ├── Pkgfile │ └── xinerama.patch ├── xorg-fonts │ ├── .checksum │ ├── Pkgfile │ └── font-dirs.sh ├── xorg-server │ ├── .checksum │ ├── Pkgfile │ ├── musl-io.patch │ ├── xwayland-config.h.meson.in │ └── xwayland-config.h.meson.in-1.20.1 ├── xorg-xfd │ └── Pkgfile ├── xorg-xinit │ ├── .checksum │ ├── Pkgfile │ ├── multi.patch │ ├── musl.patch │ ├── xinitrc │ ├── xinitrc.skel │ └── xserverrc ├── xorgproto │ ├── .checksum │ └── Pkgfile ├── xray │ ├── .checksum │ ├── .gitignore │ ├── Pkgfile │ ├── xray.service │ └── xray@.service ├── xsel │ ├── .checksum │ ├── Pkgfile │ └── strncpy.patch ├── xterm │ ├── .checksum │ ├── Pkgfile │ └── posix-ptys.patch ├── xtrans │ ├── .checksum │ └── Pkgfile ├── xz-32 │ ├── Pkgfile │ ├── default-threading.patch │ ├── io-size.patch │ └── speedup.patch ├── yasm │ ├── .checksum │ └── Pkgfile ├── yosys │ ├── .checksum │ └── Pkgfile ├── zlib-32 │ └── Pkgfile ├── zpix │ ├── .checksum │ ├── .gitignore │ └── Pkgfile ├── zynaddsubfx │ └── Pkgfile ├── zziplib │ ├── Pkgfile │ └── automake-compatibility.patch └── zzz │ ├── Pkgfile │ ├── zzz │ └── zzz.8 ├── config ├── pkg ├── .gitignore ├── build.go ├── chroot.go ├── download.go ├── extract.go ├── go.mod ├── go.sum ├── hook.go ├── install.go ├── main.go ├── pkgdb.go ├── pkgfile.go ├── progressbar.go ├── query.go ├── remove.go └── util.go ├── ports ├── abseil-cpp │ ├── .checksum │ └── Pkgfile ├── acl │ ├── .checksum │ └── Pkgfile ├── acpica │ ├── .checksum │ └── Pkgfile ├── adwaita-icon-theme │ ├── .checksum │ └── Pkgfile ├── alacritty │ ├── .checksum │ └── Pkgfile ├── alsa-lib │ ├── .checksum │ ├── Pkgfile │ └── alsa-lib-stdint.patch ├── alsa-utils │ ├── .checksum │ └── Pkgfile ├── android-tools │ ├── .checksum │ ├── 51-android.rules │ ├── Pkgfile │ └── android-udev.conf ├── aria2 │ ├── .checksum │ ├── 1857.diff │ └── Pkgfile ├── atk │ ├── .checksum │ └── Pkgfile ├── attr │ ├── .checksum │ └── Pkgfile ├── autoconf │ ├── .checksum │ └── Pkgfile ├── automake │ ├── .checksum │ └── Pkgfile ├── bash │ ├── .checksum │ ├── Pkgfile │ ├── bash_logout │ ├── bashrc │ ├── dot.bash_logout │ ├── dot.bash_profile │ └── dot.bashrc ├── bc │ ├── .checksum │ └── Pkgfile ├── bind │ ├── .checksum │ └── Pkgfile ├── binutils │ ├── .checksum │ └── Pkgfile ├── bison │ ├── .checksum │ └── Pkgfile ├── bluez │ ├── .checksum │ ├── Pkgfile │ ├── bluetooth.modprobe │ └── musl.patch ├── boost │ ├── .checksum │ ├── Pkgfile │ └── musl.patch ├── brightnessctl │ ├── .checksum │ └── Pkgfile ├── brise │ ├── .checksum │ └── Pkgfile ├── brotli │ ├── .checksum │ └── Pkgfile ├── bubblewrap │ ├── .checksum │ └── Pkgfile ├── bzip2 │ ├── .checksum │ ├── CVE-2016-3189.patch │ ├── Pkgfile │ └── bzip2-1.0.4-bzip2recover.patch ├── ca-certificates │ ├── .checksum │ ├── Pkgfile │ ├── bundle.sh │ ├── ca-certs.toml │ ├── certdata2pem.py │ └── update-ca-trust.sh ├── cairo │ ├── .checksum │ └── Pkgfile ├── capstone │ ├── .checksum │ └── Pkgfile ├── ccache │ ├── .checksum │ ├── Pkgfile │ ├── ccache-sysusers.conf │ └── ccache.conf ├── celt │ ├── .checksum │ └── Pkgfile ├── chntpw │ ├── .checksum │ ├── Pkgfile │ └── musl.patch ├── cmake │ ├── .checksum │ ├── Pkgfile │ ├── cmake-isystem.patch │ ├── opengl.patch │ └── use-egl.patch ├── coreutils │ ├── .checksum │ ├── Pkgfile │ └── musl.patch ├── crda │ ├── .checksum │ ├── Makefile │ ├── Pkgfile │ ├── crda.patch │ ├── ldconfig.patch │ └── set-wireless-regdom ├── cryptsetup │ ├── .checksum │ ├── Pkgfile │ ├── encrypt_hook │ ├── encrypt_install │ └── sd-encrypt ├── curl │ ├── .checksum │ └── Pkgfile ├── dash │ ├── .checksum │ └── Pkgfile ├── dbus-glib │ ├── .checksum │ └── Pkgfile ├── dbus │ ├── .checksum │ ├── Pkgfile │ └── dbus.sysusers ├── dhcpcd │ ├── .checksum │ ├── Pkgfile │ ├── dhcpcd.service │ ├── dhcpcd.sysusers │ ├── dhcpcd.tmpfiles │ ├── dhcpcd_.service │ └── musl.patch ├── diffutils │ ├── .checksum │ └── Pkgfile ├── dkms │ ├── .checksum │ └── Pkgfile ├── dtc │ ├── .checksum │ └── Pkgfile ├── e2fsprogs │ ├── .checksum │ ├── Pkgfile │ └── fix-glibcism.patch ├── ed │ ├── .checksum │ └── Pkgfile ├── efibootmgr │ ├── .checksum │ └── Pkgfile ├── efivar │ ├── .checksum │ ├── Pkgfile │ ├── bswap_constant.h │ ├── makeguids.patch │ └── musl-strndupa.patch ├── eigen │ ├── .checksum │ └── Pkgfile ├── elfutils │ ├── .checksum │ └── Pkgfile ├── embree │ ├── .checksum │ └── Pkgfile ├── execinfo │ ├── .checksum │ ├── 01-execinfo.patch │ ├── 02-makefile.patch │ ├── 03-define-gnu-source.patch │ ├── Pkgfile │ └── libexecinfo_pc.patch ├── expat │ ├── .checksum │ └── Pkgfile ├── extra-cmake-modules │ ├── .checksum │ └── Pkgfile ├── fcft │ ├── .checksum │ └── Pkgfile ├── ffmpeg │ ├── .checksum │ └── Pkgfile ├── fftw │ ├── .checksum │ └── Pkgfile ├── file │ ├── .checksum │ └── Pkgfile ├── filesystem │ ├── .checksum │ ├── Pkgfile │ ├── crypttab │ ├── env-generator │ ├── fstab │ ├── group │ ├── gshadow │ ├── hosts │ ├── issue │ ├── ldconfig │ ├── locale.sh │ ├── passwd │ ├── profile │ ├── resolv.conf │ ├── securetty │ ├── shadow │ ├── shells │ ├── sysctl │ └── sysusers ├── findutils │ ├── .checksum │ └── Pkgfile ├── firefox │ ├── .checksum │ ├── Pkgfile │ ├── fority.patch │ ├── hack.patch │ ├── lfs.patch │ ├── no-gnome.patch │ ├── no-x11.patch │ ├── python.patch │ ├── rust.patch │ ├── sandbox-fork.patch │ ├── sandbox-sched_setscheduler.patch │ └── stab.h ├── flac │ ├── .checksum │ └── Pkgfile ├── flex │ ├── .checksum │ ├── Pkgfile │ └── flex-pie.patch ├── fontconfig │ ├── .checksum │ ├── Pkgfile │ └── font-cache.toml ├── foot │ ├── .checksum │ └── Pkgfile ├── fortify-headers │ ├── .checksum │ └── Pkgfile ├── freetype │ ├── .checksum │ ├── 0001-Enable-table-validation-modules.patch │ ├── 0002-Enable-subpixel-rendering.patch │ ├── 0003-Enable-long-PCF-family-names.patch │ └── Pkgfile ├── fribidi │ ├── .checksum │ └── Pkgfile ├── fuse2 │ ├── .checksum │ ├── Pkgfile │ └── fuse.conf ├── fuse3 │ ├── .checksum │ └── Pkgfile ├── gawk │ ├── .checksum │ └── Pkgfile ├── gd │ ├── .checksum │ └── Pkgfile ├── gdb │ ├── .checksum │ └── Pkgfile ├── gdbm │ ├── .checksum │ └── Pkgfile ├── gdk-pixbuf │ ├── .checksum │ ├── Pkgfile │ └── gdk-pixbuf-loaders.toml ├── gettext-tiny │ ├── .checksum │ └── Pkgfile ├── gflags │ ├── .checksum │ └── Pkgfile ├── giflib │ ├── .checksum │ └── Pkgfile ├── git-lfs │ ├── .checksum │ └── Pkgfile ├── git │ ├── .checksum │ └── Pkgfile ├── glib │ ├── .checksum │ ├── Pkgfile │ ├── gio.toml │ ├── glib-schemas.toml │ ├── gobject_init_on_demand.patch │ ├── noisy-glib-compile-schemas.diff │ └── quark_init_on_demand.patch ├── glslang │ ├── .checksum │ └── Pkgfile ├── gnu-efi-libs │ ├── .checksum │ └── Pkgfile ├── go │ ├── .checksum │ ├── Pkgfile │ └── noname.patch ├── gobject-introspection │ ├── .checksum │ └── Pkgfile ├── godot │ ├── .checksum │ ├── Pkgfile │ └── libcxx.patch ├── google-glog │ ├── .checksum │ └── Pkgfile ├── gperf │ ├── .checksum │ └── Pkgfile ├── graphite │ ├── .checksum │ ├── Pkgfile │ └── libcxx.patch ├── graphviz │ ├── .checksum │ ├── Pkgfile │ └── graphviz.toml ├── grep │ ├── .checksum │ └── Pkgfile ├── grim │ ├── .checksum │ └── Pkgfile ├── groff │ ├── .checksum │ ├── Pkgfile │ └── site.tmac ├── gst-plugins-base │ ├── .checksum │ └── Pkgfile ├── gstreamer │ ├── .checksum │ └── Pkgfile ├── gtest │ ├── .checksum │ └── Pkgfile ├── gtk3 │ ├── .checksum │ ├── Pkgfile │ ├── gtk3-immodules.toml │ ├── icon.toml │ └── wayland.patch ├── gzip │ ├── .checksum │ └── Pkgfile ├── harfbuzz │ ├── .checksum │ └── Pkgfile ├── help2man │ ├── .checksum │ └── Pkgfile ├── hwdata │ ├── .checksum │ └── Pkgfile ├── icu │ ├── .checksum │ ├── ICU-22132.patch │ ├── ICU-22356.patch │ └── Pkgfile ├── inetutils │ ├── .checksum │ ├── Pkgfile │ └── argp.patch ├── iperf3 │ ├── .checksum │ └── Pkgfile ├── iproute2 │ ├── .checksum │ ├── Pkgfile │ └── nodep.patch ├── iptables │ ├── .checksum │ ├── Pkgfile │ ├── empty-filter.rules │ ├── empty-mangle.rules │ ├── empty-nat.rules │ ├── empty-raw.rules │ ├── empty-security.rules │ ├── empty.rules │ ├── ip6tables.service │ ├── iptables-nft-flush │ ├── iptables.service │ └── simple_firewall.rules ├── iputils │ ├── .checksum │ ├── Pkgfile │ └── fix-arping-exitcode.patch ├── iso-codes │ ├── .checksum │ └── Pkgfile ├── iw │ ├── .checksum │ └── Pkgfile ├── iwd │ ├── .checksum │ └── Pkgfile ├── jq │ ├── .checksum │ └── Pkgfile ├── json-c │ ├── .checksum │ └── Pkgfile ├── kbd │ ├── .checksum │ ├── Pkgfile │ ├── error.h │ └── fix-eu.patch ├── keyutils │ ├── .checksum │ ├── Pkgfile │ ├── reproducible.patch │ └── request-key.conf.patch ├── kmod │ ├── .checksum │ ├── Pkgfile │ ├── depmod-search.conf │ └── depmod.toml ├── l-smash │ ├── .checksum │ └── Pkgfile ├── lame │ ├── .checksum │ └── Pkgfile ├── lcms2 │ ├── .checksum │ └── Pkgfile ├── ldac │ ├── .checksum │ └── Pkgfile ├── less │ ├── .checksum │ └── Pkgfile ├── leveldb │ ├── .checksum │ └── Pkgfile ├── libaio │ ├── .checksum │ └── Pkgfile ├── libarchive │ ├── .checksum │ └── Pkgfile ├── libass │ ├── .checksum │ └── Pkgfile ├── libbsd │ ├── .checksum │ ├── Pkgfile │ └── musl.patch ├── libc-dev │ ├── .checksum │ ├── Pkgfile │ ├── sys-cdefs.h │ ├── sys-queue.h │ └── sys-tree.h ├── libcap-ng │ ├── .checksum │ └── Pkgfile ├── libcap │ ├── .checksum │ └── Pkgfile ├── libdisplay-info │ ├── .checksum │ └── Pkgfile ├── libdrm │ ├── .checksum │ ├── Pkgfile │ ├── libdrm.toml │ └── musl.patch ├── libedit │ ├── .checksum │ └── Pkgfile ├── libepoxy │ ├── .checksum │ └── Pkgfile ├── libevdev │ ├── .checksum │ └── Pkgfile ├── libevent │ ├── .checksum │ └── Pkgfile ├── libffi │ ├── .checksum │ └── Pkgfile ├── libfreeaptx │ ├── .checksum │ └── Pkgfile ├── libftdi │ ├── .checksum │ └── Pkgfile ├── libglvnd │ ├── .checksum │ └── Pkgfile ├── libgmp │ ├── .checksum │ └── Pkgfile ├── libinput │ ├── .checksum │ └── Pkgfile ├── libjpeg-turbo │ ├── .checksum │ └── Pkgfile ├── libmnl │ ├── .checksum │ └── Pkgfile ├── libmpdclient │ ├── .checksum │ └── Pkgfile ├── libmpfr │ ├── .checksum │ └── Pkgfile ├── libnftnl │ ├── .checksum │ └── Pkgfile ├── libnghttp2 │ ├── .checksum │ └── Pkgfile ├── libnl │ ├── .checksum │ └── Pkgfile ├── libogg │ ├── .checksum │ └── Pkgfile ├── libomxil-bellagio │ ├── .checksum │ ├── Pkgfile │ └── fedora-fixes.patch ├── libpcap │ ├── .checksum │ └── Pkgfile ├── libpciaccess │ ├── .checksum │ └── Pkgfile ├── libpipeline │ ├── .checksum │ └── Pkgfile ├── libpng │ ├── .checksum │ └── Pkgfile ├── libpulse │ ├── .checksum │ └── Pkgfile ├── librime │ ├── .checksum │ └── Pkgfile ├── librsvg │ ├── .checksum │ └── Pkgfile ├── libsamplerate │ ├── .checksum │ └── Pkgfile ├── libseccomp │ ├── .checksum │ └── Pkgfile ├── libslirp │ ├── .checksum │ └── Pkgfile ├── libsndfile │ ├── .checksum │ └── Pkgfile ├── libssh2 │ ├── .checksum │ └── Pkgfile ├── libtasn1 │ ├── .checksum │ └── Pkgfile ├── libtheora │ ├── .checksum │ ├── Pkgfile │ └── libtheora-1.1.1-libpng16.patch ├── libtiff │ ├── .checksum │ └── Pkgfile ├── libtirpc │ ├── .checksum │ └── Pkgfile ├── libtool │ ├── .checksum │ └── Pkgfile ├── libtraceevent │ ├── .checksum │ └── Pkgfile ├── libuargp │ ├── .checksum │ └── Pkgfile ├── libucontext │ ├── .checksum │ └── Pkgfile ├── libusb │ ├── .checksum │ └── Pkgfile ├── libutf8proc │ ├── .checksum │ └── Pkgfile ├── libuv │ ├── .checksum │ └── Pkgfile ├── libva-utils │ ├── .checksum │ └── Pkgfile ├── libva │ ├── .checksum │ └── Pkgfile ├── libvorbis │ ├── .checksum │ └── Pkgfile ├── libvpx │ ├── .checksum │ └── Pkgfile ├── libwebp │ ├── .checksum │ └── Pkgfile ├── libxkbcommon │ ├── .checksum │ └── Pkgfile ├── libxml2 │ ├── .checksum │ └── Pkgfile ├── libyaml │ ├── .checksum │ └── Pkgfile ├── libzip │ ├── .checksum │ └── Pkgfile ├── linux-firmware │ ├── .checksum │ ├── .gitignore │ └── Pkgfile ├── linux-tools │ ├── .checksum │ ├── Pkgfile │ ├── config │ └── musl.patch ├── linux │ ├── .checksum │ ├── Pkgfile │ ├── config │ ├── fix-musl-objtool.patch │ ├── headers.patch │ └── linux.preset ├── llvm │ ├── .checksum │ ├── Pkgfile │ ├── clang-libexec.patch │ └── libcxx-musl.patch ├── lm_sensors │ ├── .checksum │ └── Pkgfile ├── lsof │ ├── .checksum │ └── Pkgfile ├── lua │ ├── .checksum │ ├── Pkgfile │ ├── lua-noname.patch │ └── lua.pc ├── lvm2 │ ├── .checksum │ ├── 0001-fix-ordering-in-initramfs.patch │ ├── 11-dm-initramfs.rules │ ├── Pkgfile │ ├── fix-stdio-usage.patch │ ├── lvm2_hook │ ├── lvm2_install │ ├── mlockall-default-config.patch │ ├── portability.patch │ └── sd-lvm2_install ├── lz4 │ ├── .checksum │ └── Pkgfile ├── lzo │ ├── .checksum │ └── Pkgfile ├── m4 │ ├── .checksum │ └── Pkgfile ├── make │ ├── .checksum │ └── Pkgfile ├── man-db │ ├── .checksum │ ├── Pkgfile │ ├── argp.patch │ └── mandb.toml ├── man-pages-zh │ ├── .checksum │ └── Pkgfile ├── man-pages │ ├── .checksum │ └── Pkgfile ├── marisa │ ├── .checksum │ └── Pkgfile ├── mesa │ ├── .checksum │ ├── Pkgfile │ ├── add-use-elf-tls.patch │ ├── musl-endian.patch │ ├── musl-stacksize.patch │ ├── musl.patch │ └── no-isystem.patch ├── meson │ ├── .checksum │ └── Pkgfile ├── mkinitcpio │ ├── .checksum │ ├── Pkgfile │ ├── config │ └── mkinitcpio.toml ├── mold │ ├── .checksum │ └── Pkgfile ├── mpdecimal │ ├── .checksum │ └── Pkgfile ├── mpv │ ├── .checksum │ ├── Pkgfile │ └── waf-2.0.23 ├── mtdev │ ├── .checksum │ └── Pkgfile ├── musl-fts │ ├── .checksum │ └── Pkgfile ├── musl-obstack │ ├── .checksum │ └── Pkgfile ├── musl │ ├── .checksum │ ├── Pkgfile │ ├── __stack_chk_fail_local.c │ ├── emoji.patch │ ├── getconf.c │ ├── getent.c │ ├── handle_aux_at_base.patch │ ├── iconv.c │ ├── res_init.patch │ └── styp.patch ├── nasm │ ├── .checksum │ └── Pkgfile ├── ncurses │ ├── .checksum │ └── Pkgfile ├── neovim │ ├── .checksum │ └── Pkgfile ├── netcat │ ├── .checksum │ ├── Pkgfile │ └── base64.c ├── nfs-utils │ ├── .checksum │ ├── Pkgfile │ ├── exports │ ├── fix.patch │ └── sysusers.d ├── nftables │ ├── .checksum │ ├── Pkgfile │ └── musl.patch ├── nghttp3 │ ├── .checksum │ └── Pkgfile ├── ngtcp2 │ ├── .checksum │ ├── Pkgfile │ └── altsvc.cache ├── ninja │ ├── .checksum │ └── Pkgfile ├── niri │ ├── .checksum │ ├── Pkgfile │ └── musl.patch ├── nodejs │ ├── .checksum │ ├── Pkgfile │ └── icu72.patch ├── nspr │ ├── .checksum │ └── Pkgfile ├── nss │ ├── .checksum │ ├── Pkgfile │ ├── nss-config.in │ └── nss.pc.in ├── ocaml │ ├── .checksum │ └── Pkgfile ├── opam │ ├── .checksum │ └── Pkgfile ├── opencc │ ├── .checksum │ └── Pkgfile ├── opencore-amr │ ├── .checksum │ └── Pkgfile ├── openjpeg2 │ ├── .checksum │ └── Pkgfile ├── openssh │ ├── .checksum │ ├── Pkgfile │ ├── sshd.conf │ ├── sshd.pam │ ├── sshd.service │ └── sshdgenkeys.service ├── openssl │ ├── .checksum │ ├── Pkgfile │ └── ca-dir.patch ├── opus │ ├── .checksum │ └── Pkgfile ├── p11-kit │ ├── .checksum │ ├── Pkgfile │ └── libnssckbi-compat.patch ├── p7zip │ ├── .checksum │ ├── 7z.patch │ └── Pkgfile ├── pahole │ ├── .checksum │ ├── Pkgfile │ ├── fix_always_inline.patch │ └── fix_limits.patch ├── pam │ ├── .checksum │ ├── 0e9b286afe1224b91ff00936058b084ad4b776e4.patch │ ├── 395915dae1571e10e2766c999974de864655ea3a.patch │ ├── Pkgfile │ ├── af0faf666c5008e54dfe43684f210e3581ff1bca.patch │ ├── other │ ├── pam_unix_sys_resource.patch │ ├── portability-fixes.patch │ ├── system-auth │ ├── system-local-login │ ├── system-login │ ├── system-remote-login │ └── system-services ├── pango │ ├── .checksum │ └── Pkgfile ├── patch │ ├── .checksum │ ├── 123eaff0d5d1aebe128295959435b9ca5909c26d.patch │ ├── 19599883ffb6a450d2884f081f8ecf68edbed7ee.patch │ ├── 369dcccdfa6336e5a873d6d63705cfbe04c55727.patch │ ├── 3fcd042d26d70856e826a42b5f93dc4854d80bf0.patch │ ├── 9c986353e420ead6e706262bf204d6e03322c300.patch │ ├── Pkgfile │ ├── b5a91a01e5d0897facdd0f49d64b76b0f02b43e1.patch │ └── f290f48a621867084884bfff87f8093c15195e6a.patch ├── pciutils │ ├── .checksum │ └── Pkgfile ├── pcre2 │ ├── .checksum │ ├── .checksums │ ├── .footprint │ ├── .metadata │ └── Pkgfile ├── perl-error │ ├── .checksum │ └── Pkgfile ├── perl-locale-gettext │ ├── .checksum │ └── Pkgfile ├── perl │ ├── .checksum │ ├── Pkgfile │ └── perlbin.sh ├── picocom │ ├── .checksum │ ├── Pkgfile │ └── picocom-3.1.bash ├── pipewire │ ├── .checksum │ ├── Pkgfile │ └── pipewire.toml ├── pixman │ ├── .checksum │ └── Pkgfile ├── pkgconf │ ├── .checksum │ ├── Pkgfile │ └── platform-pkg-config.in ├── podman │ ├── .checksum │ ├── Pkgfile │ ├── docker.sysusers │ └── mounts.conf ├── poppler │ ├── .checksum │ ├── Pkgfile │ └── musl.patch ├── popt │ ├── .checksum │ └── Pkgfile ├── procps-ng │ ├── .checksum │ └── Pkgfile ├── protobuf │ ├── .checksum │ ├── Pkgfile │ └── musl-fix.patch ├── psmisc │ ├── .checksum │ ├── Pkgfile │ └── musl.patch ├── pthread-stubs │ ├── .checksum │ └── Pkgfile ├── python3-scons │ ├── .checksum │ └── Pkgfile ├── python3-tomli │ ├── .checksum │ └── Pkgfile ├── python3 │ ├── .checksum │ └── Pkgfile ├── qemu-user-static │ ├── .checksum │ └── Pkgfile ├── readline │ ├── .checksum │ ├── Pkgfile │ └── inputrc ├── rpcbind │ ├── .checksum │ ├── CVE-2017-8779.diff │ ├── Pkgfile │ ├── rpcbind-sunrpc.patch │ ├── rpcbind.conf │ ├── systemd_service.diff │ ├── sysusers.d │ └── tmpfiles.d ├── rpcsvc-proto │ ├── .checksum │ └── Pkgfile ├── rsync │ ├── .checksum │ ├── Pkgfile │ └── rsyncd.conf ├── ruby │ ├── .checksum │ └── Pkgfile ├── rust-analyzer │ ├── .checksum │ └── Pkgfile ├── rust │ ├── .checksum │ ├── Pkgfile │ ├── bash.patch │ ├── libexecdir.patch │ ├── musl-fix-linux_musl_base.patch │ ├── need-rpath.patch │ ├── need-ssp_nonshared.patch │ ├── no-export-ld-library-path.patch │ ├── noname.patch │ └── system-wasm-ld.patch ├── sbc │ ├── .checksum │ └── Pkgfile ├── sdl2 │ ├── .checksum │ ├── Pkgfile │ └── pure-wayland.patch ├── seatd │ ├── .checksum │ ├── Pkgfile │ └── no-x11.patch ├── sed │ ├── .checksum │ └── Pkgfile ├── shadow │ ├── .checksum │ ├── 0001-Disable-replaced-tools-and-man-pages.patch │ ├── 0002-Adapt-login.defs-for-PAM-and-util-linux.patch │ ├── 0003-Add-Arch-Linux-defaults-for-login.defs.patch │ ├── 0004-Add-Arch-Linux-defaults-for-etc-pam.d.patch │ ├── Pkgfile │ ├── chgpasswd │ ├── chpasswd │ ├── defaults.pam │ ├── login.defs │ ├── newusers │ ├── passwd │ └── useradd.defaults ├── shared-mime-info │ ├── .checksum │ ├── Pkgfile │ └── mime.toml ├── slurp │ ├── .checksum │ └── Pkgfile ├── speex │ ├── .checksum │ └── Pkgfile ├── speexdsp │ ├── .checksum │ └── Pkgfile ├── spirv-llvm │ ├── .checksum │ └── Pkgfile ├── spirv-tools │ ├── .checksum │ └── Pkgfile ├── sqlite │ ├── .checksum │ ├── Pkgfile │ ├── defaults.patch │ └── walmode.patch ├── strace │ ├── .checksum │ ├── Pkgfile │ └── musl.patch ├── sudo │ ├── .checksum │ ├── Pkgfile │ ├── musl.patch │ └── sudo.pam ├── sysfsutils │ ├── .checksum │ └── Pkgfile ├── systemd │ ├── .checksum │ ├── 0001-Use-Arch-Linux-device-access-groups.patch │ ├── 0002-add-fallback-parse_printf_format-implementation.patch │ ├── 0002-binfmt-Don-t-install-dependency-links-at-install-tim.patch │ ├── 0003-src-basic-missing.h-check-for-missing-strndupa.patch │ ├── 0004-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch │ ├── 0005-add-missing-FTW_-macros-for-musl.patch │ ├── 0006-Use-uintmax_t-for-handling-rlim_t.patch │ ├── 0007-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch │ ├── 0008-Define-glibc-compatible-basename-for-non-glibc-syste.patch │ ├── 0008-implment-systemd-sysv-install-for-OE.patch │ ├── 0009-Do-not-disable-buffering-when-writing-to-oom_score_a.patch │ ├── 0010-distinguish-XSI-compliant-strerror_r-from-GNU-specif.patch │ ├── 0011-avoid-redefinition-of-prctl_mm_map-structure.patch │ ├── 0012-do-not-disable-buffer-in-writing-files.patch │ ├── 0013-Handle-__cpu_mask-usage.patch │ ├── 0014-Handle-missing-gshadow.patch │ ├── 0015-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch │ ├── 0016-pass-correct-parameters-to-getdents64.patch │ ├── 0017-Adjust-for-musl-headers.patch │ ├── 0018-test-bus-error-strerror-is-assumed-to-be-GNU-specifi.patch │ ├── 0019-errno-util-Make-STRERROR-portable-for-musl.patch │ ├── 0020-sd-event-Make-malloc_trim-conditional-on-glibc.patch │ ├── 0021-shared-Do-not-use-malloc_info-on-musl.patch │ ├── 0022-avoid-missing-LOCK_EX-declaration.patch │ ├── Pkgfile │ ├── initcpio-hook-udev │ ├── initcpio-install-systemd │ ├── initcpio-install-udev │ ├── loader.conf │ ├── mkinitcpio.toml │ ├── musl.patch │ ├── noname.conf │ ├── systemd-binfmt.toml │ ├── systemd-catalog.toml │ ├── systemd-daemon-reload.toml │ ├── systemd-hwdb.toml │ ├── systemd-sysctl.toml │ ├── systemd-sysusers.toml │ ├── systemd-tmpfiles.toml │ ├── systemd-udev-reload.toml │ └── systemd-user.pam ├── tar │ ├── .checksum │ └── Pkgfile ├── texinfo │ ├── .checksum │ ├── Pkgfile │ ├── r8006.patch │ ├── texinfo-install.toml │ └── texinfo-remove.toml ├── tinycompress │ ├── .checksum │ └── Pkgfile ├── tllist │ ├── .checksum │ └── Pkgfile ├── tracy │ ├── .checksum │ ├── Pkgfile │ └── noname.patch ├── tree-sitter │ ├── .checksum │ └── Pkgfile ├── tzdata │ ├── .checksum │ └── Pkgfile ├── ufw │ ├── .checksum │ ├── Pkgfile │ └── service ├── unzip │ ├── .checksum │ ├── Pkgfile │ ├── crc32.patch │ ├── csiz-underflow.patch │ ├── cve20149636.patch │ ├── empty-input.patch │ ├── getZip64Data.patch │ ├── nextbyte-overflow.patch │ ├── overflow-fsize.patch │ └── test_compr_eb.patch ├── usbutils │ ├── .checksum │ └── Pkgfile ├── util-linux │ ├── .checksum │ ├── 60-rfkill.rules │ ├── Pkgfile │ ├── fix-musl.patch │ ├── pam-common │ ├── pam-login │ ├── pam-su │ ├── ttydefaults.h │ └── util-linux.sysusers ├── v4l-utils │ ├── .checksum │ ├── Pkgfile │ └── musl.patch ├── v4l2loopback │ ├── .checksum │ └── Pkgfile ├── verilator │ ├── .checksum │ └── Pkgfile ├── vulkan-headers │ ├── .checksum │ └── Pkgfile ├── vulkan │ ├── .checksum │ ├── Pkgfile │ └── cmake.patch ├── wasi-sysroot │ ├── .checksum │ └── Pkgfile ├── wayland-protocols │ ├── .checksum │ └── Pkgfile ├── wayland │ ├── .checksum │ └── Pkgfile ├── wbg │ ├── .checksum │ └── Pkgfile ├── wget │ ├── .checksum │ └── Pkgfile ├── which │ ├── .checksum │ └── Pkgfile ├── wireplumber │ ├── .checksum │ └── Pkgfile ├── wl-clipboard │ ├── .checksum │ └── Pkgfile ├── x264 │ ├── .checksum │ └── Pkgfile ├── xkeyboard-config │ ├── .checksum │ └── Pkgfile ├── xvidcore │ ├── .checksum │ └── Pkgfile ├── xxd │ ├── .checksum │ ├── Pkgfile │ ├── xxd.1 │ └── xxd.c ├── xz │ ├── .checksum │ ├── Pkgfile │ ├── default-threading.patch │ ├── io-size.patch │ └── speedup.patch ├── yajl │ ├── .checksum │ └── Pkgfile ├── yambar │ ├── .checksum │ ├── Pkgfile │ └── niri.patch ├── yaml-cpp │ ├── .checksum │ └── Pkgfile ├── zig │ ├── .checksum │ ├── Pkgfile │ └── musl.patch ├── zip │ ├── .checksum │ ├── Pkgfile │ └── zipnote.patch ├── zlib │ ├── .checksum │ └── Pkgfile └── zstd │ ├── .checksum │ └── Pkgfile └── scripts ├── .calpine ├── .carch ├── .caur ├── .cvoid ├── lists_of_base ├── lists_of_dev ├── package ├── package_files ├── config └── grub.cfg ├── relocating ├── requiredby ├── unused_packages └── upload /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/README.md -------------------------------------------------------------------------------- /archived/acpi/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/acpi/Pkgfile -------------------------------------------------------------------------------- /archived/acpid/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/acpid/.checksum -------------------------------------------------------------------------------- /archived/acpid/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/acpid/Pkgfile -------------------------------------------------------------------------------- /archived/acpid/anything: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/acpid/anything -------------------------------------------------------------------------------- /archived/alure/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/alure/Pkgfile -------------------------------------------------------------------------------- /archived/aom/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/aom/.checksum -------------------------------------------------------------------------------- /archived/aom/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/aom/Pkgfile -------------------------------------------------------------------------------- /archived/arpack/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/arpack/Pkgfile -------------------------------------------------------------------------------- /archived/attr-32/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/attr-32/Pkgfile -------------------------------------------------------------------------------- /archived/bazel/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/bazel/.checksum -------------------------------------------------------------------------------- /archived/bazel/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/bazel/Pkgfile -------------------------------------------------------------------------------- /archived/bear/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/bear/.checksum -------------------------------------------------------------------------------- /archived/bear/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/bear/Pkgfile -------------------------------------------------------------------------------- /archived/blender/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/blender/Pkgfile -------------------------------------------------------------------------------- /archived/blosc/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/blosc/Pkgfile -------------------------------------------------------------------------------- /archived/btop/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/btop/.checksum -------------------------------------------------------------------------------- /archived/btop/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/btop/Pkgfile -------------------------------------------------------------------------------- /archived/bun/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/bun/.checksum -------------------------------------------------------------------------------- /archived/bun/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/bun/Pkgfile -------------------------------------------------------------------------------- /archived/bun/musl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/bun/musl.patch -------------------------------------------------------------------------------- /archived/c-ares/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/c-ares/Pkgfile -------------------------------------------------------------------------------- /archived/cairomm/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/cairomm/Pkgfile -------------------------------------------------------------------------------- /archived/cargo/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/cargo/.checksum -------------------------------------------------------------------------------- /archived/cargo/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/cargo/Pkgfile -------------------------------------------------------------------------------- /archived/ccls/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ccls/.checksum -------------------------------------------------------------------------------- /archived/ccls/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ccls/Pkgfile -------------------------------------------------------------------------------- /archived/cdda/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/cdda/.checksum -------------------------------------------------------------------------------- /archived/cdda/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/cdda/Pkgfile -------------------------------------------------------------------------------- /archived/cdda/file.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/cdda/file.patch -------------------------------------------------------------------------------- /archived/check/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/check/Pkgfile -------------------------------------------------------------------------------- /archived/chewing/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/chewing/Pkgfile -------------------------------------------------------------------------------- /archived/chrony/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/chrony/Pkgfile -------------------------------------------------------------------------------- /archived/chrpath/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/chrpath/Pkgfile -------------------------------------------------------------------------------- /archived/clew/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/clew/Pkgfile -------------------------------------------------------------------------------- /archived/clib/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/clib/Pkgfile -------------------------------------------------------------------------------- /archived/clisp/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/clisp/Pkgfile -------------------------------------------------------------------------------- /archived/cmocka/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/cmocka/Pkgfile -------------------------------------------------------------------------------- /archived/cmus/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/cmus/Pkgfile -------------------------------------------------------------------------------- /archived/compton/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/compton/Pkgfile -------------------------------------------------------------------------------- /archived/confuse/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/confuse/Pkgfile -------------------------------------------------------------------------------- /archived/cpio/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/cpio/.checksum -------------------------------------------------------------------------------- /archived/cpio/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/cpio/Pkgfile -------------------------------------------------------------------------------- /archived/cppunit/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/cppunit/Pkgfile -------------------------------------------------------------------------------- /archived/db/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/db/.checksum -------------------------------------------------------------------------------- /archived/db/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/db/Pkgfile -------------------------------------------------------------------------------- /archived/db/atomic.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/db/atomic.patch -------------------------------------------------------------------------------- /archived/dbus-32/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/dbus-32/Pkgfile -------------------------------------------------------------------------------- /archived/dbus-32/dbus.sysusers: -------------------------------------------------------------------------------- 1 | u dbus 81 "System Message Bus" 2 | -------------------------------------------------------------------------------- /archived/deno/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/deno/.checksum -------------------------------------------------------------------------------- /archived/deno/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/deno/Pkgfile -------------------------------------------------------------------------------- /archived/deno/musl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/deno/musl.patch -------------------------------------------------------------------------------- /archived/dhcp/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/dhcp/.checksum -------------------------------------------------------------------------------- /archived/dhcp/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/dhcp/Pkgfile -------------------------------------------------------------------------------- /archived/dmenu/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/dmenu/.checksum -------------------------------------------------------------------------------- /archived/dmenu/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/dmenu/Pkgfile -------------------------------------------------------------------------------- /archived/dnsmasq/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/dnsmasq/Pkgfile -------------------------------------------------------------------------------- /archived/dotconf/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/dotconf/Pkgfile -------------------------------------------------------------------------------- /archived/doxygen/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/doxygen/Pkgfile -------------------------------------------------------------------------------- /archived/dracut/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/dracut/Pkgfile -------------------------------------------------------------------------------- /archived/dunst/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/dunst/Pkgfile -------------------------------------------------------------------------------- /archived/dwm/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/dwm/.checksum -------------------------------------------------------------------------------- /archived/dwm/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/dwm/Pkgfile -------------------------------------------------------------------------------- /archived/dwm/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/dwm/config.h -------------------------------------------------------------------------------- /archived/elogind/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/elogind/Pkgfile -------------------------------------------------------------------------------- /archived/enchant/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/enchant/Pkgfile -------------------------------------------------------------------------------- /archived/ethtool/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ethtool/Pkgfile -------------------------------------------------------------------------------- /archived/eudev/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/eudev/.checksum -------------------------------------------------------------------------------- /archived/eudev/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/eudev/Pkgfile -------------------------------------------------------------------------------- /archived/evince/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/evince/Pkgfile -------------------------------------------------------------------------------- /archived/eww/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/eww/.checksum -------------------------------------------------------------------------------- /archived/eww/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/eww/Pkgfile -------------------------------------------------------------------------------- /archived/exiv2/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/exiv2/Pkgfile -------------------------------------------------------------------------------- /archived/faad2/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/faad2/Pkgfile -------------------------------------------------------------------------------- /archived/fcitx/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/fcitx/Pkgfile -------------------------------------------------------------------------------- /archived/fcitx5-qt/.checksum: -------------------------------------------------------------------------------- 1 | fcitx5-qt 9ac0796e44beaf109dbc3dd2e4e7263499ad5c04 2 | -------------------------------------------------------------------------------- /archived/fcitx5/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/fcitx5/Pkgfile -------------------------------------------------------------------------------- /archived/feh/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/feh/.checksum -------------------------------------------------------------------------------- /archived/feh/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/feh/Pkgfile -------------------------------------------------------------------------------- /archived/ffcall/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ffcall/Pkgfile -------------------------------------------------------------------------------- /archived/fftw-32/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/fftw-32/Pkgfile -------------------------------------------------------------------------------- /archived/finit/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/finit/.checksum -------------------------------------------------------------------------------- /archived/finit/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/finit/Pkgfile -------------------------------------------------------------------------------- /archived/finit/securetty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/finit/securetty -------------------------------------------------------------------------------- /archived/flac-32/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/flac-32/Pkgfile -------------------------------------------------------------------------------- /archived/fltk/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/fltk/Pkgfile -------------------------------------------------------------------------------- /archived/fmt/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/fmt/.checksum -------------------------------------------------------------------------------- /archived/fmt/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/fmt/Pkgfile -------------------------------------------------------------------------------- /archived/gcc/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gcc/.checksum -------------------------------------------------------------------------------- /archived/gcc/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gcc/Pkgfile -------------------------------------------------------------------------------- /archived/gcc/gomp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gcc/gomp.patch -------------------------------------------------------------------------------- /archived/ghc/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ghc/.checksum -------------------------------------------------------------------------------- /archived/ghc/5677.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ghc/5677.diff -------------------------------------------------------------------------------- /archived/ghc/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ghc/Pkgfile -------------------------------------------------------------------------------- /archived/ghc/musl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ghc/musl.patch -------------------------------------------------------------------------------- /archived/ghc/stack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ghc/stack.sh -------------------------------------------------------------------------------- /archived/giblib/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/giblib/Pkgfile -------------------------------------------------------------------------------- /archived/gl2ps/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gl2ps/Pkgfile -------------------------------------------------------------------------------- /archived/glew/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/glew/.checksum -------------------------------------------------------------------------------- /archived/glew/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/glew/.gitignore -------------------------------------------------------------------------------- /archived/glew/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/glew/Pkgfile -------------------------------------------------------------------------------- /archived/glfw/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/glfw/.checksum -------------------------------------------------------------------------------- /archived/glfw/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/glfw/Pkgfile -------------------------------------------------------------------------------- /archived/glib-32/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/glib-32/Pkgfile -------------------------------------------------------------------------------- /archived/glib-32/gio.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/glib-32/gio.sh -------------------------------------------------------------------------------- /archived/glibmm/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/glibmm/Pkgfile -------------------------------------------------------------------------------- /archived/glm/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/glm/.checksum -------------------------------------------------------------------------------- /archived/glm/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/glm/Pkgfile -------------------------------------------------------------------------------- /archived/glm/glm.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/glm/glm.pc.in -------------------------------------------------------------------------------- /archived/glpk/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/glpk/Pkgfile -------------------------------------------------------------------------------- /archived/glu-32/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/glu-32/Pkgfile -------------------------------------------------------------------------------- /archived/glu/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/glu/.checksum -------------------------------------------------------------------------------- /archived/glu/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/glu/Pkgfile -------------------------------------------------------------------------------- /archived/gn/.checksum: -------------------------------------------------------------------------------- 1 | gn e002e68a48d1c82648eadde2f6aafa20d08c36f2 2 | -------------------------------------------------------------------------------- /archived/gn/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gn/Pkgfile -------------------------------------------------------------------------------- /archived/gnuplot/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gnuplot/Pkgfile -------------------------------------------------------------------------------- /archived/gnutls/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gnutls/Pkgfile -------------------------------------------------------------------------------- /archived/gopm/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gopm/Pkgfile -------------------------------------------------------------------------------- /archived/gpgme/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gpgme/Pkgfile -------------------------------------------------------------------------------- /archived/gradle/.gradle/6.6/fileChanges/last-build.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /archived/gradle/.gradle/6.6/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /archived/gradle/.gradle/configuration-cache/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /archived/gradle/.gradle/vcs-1/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /archived/gradle/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gradle/Pkgfile -------------------------------------------------------------------------------- /archived/gradle/gradle.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | export GRADLE_HOME=/share/java/gradle 3 | -------------------------------------------------------------------------------- /archived/grub/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/grub/.checksum -------------------------------------------------------------------------------- /archived/grub/.gitignore: -------------------------------------------------------------------------------- 1 | grub-extras 2 | -------------------------------------------------------------------------------- /archived/grub/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/grub/Pkgfile -------------------------------------------------------------------------------- /archived/grub/argp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/grub/argp.patch -------------------------------------------------------------------------------- /archived/gsl/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gsl/Pkgfile -------------------------------------------------------------------------------- /archived/gsm-32/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gsm-32/Pkgfile -------------------------------------------------------------------------------- /archived/gsm/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gsm/.checksum -------------------------------------------------------------------------------- /archived/gsm/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gsm/Pkgfile -------------------------------------------------------------------------------- /archived/gsm/gsm.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gsm/gsm.patch -------------------------------------------------------------------------------- /archived/gtest/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gtest/Pkgfile -------------------------------------------------------------------------------- /archived/gtk/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gtk/Pkgfile -------------------------------------------------------------------------------- /archived/gtkmm3/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gtkmm3/Pkgfile -------------------------------------------------------------------------------- /archived/gtkwave/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gtkwave/Pkgfile -------------------------------------------------------------------------------- /archived/gts/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gts/Pkgfile -------------------------------------------------------------------------------- /archived/gvim/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/gvim/Pkgfile -------------------------------------------------------------------------------- /archived/hdf5/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/hdf5/Pkgfile -------------------------------------------------------------------------------- /archived/hdparm/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/hdparm/Pkgfile -------------------------------------------------------------------------------- /archived/hidapi/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/hidapi/Pkgfile -------------------------------------------------------------------------------- /archived/hwloc/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/hwloc/Pkgfile -------------------------------------------------------------------------------- /archived/iasl/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/iasl/Pkgfile -------------------------------------------------------------------------------- /archived/icestorm/.checksum: -------------------------------------------------------------------------------- 1 | icestorm 83b8ef947f77723f602b706eac16281e37de278c 2 | -------------------------------------------------------------------------------- /archived/idris2/.checksum: -------------------------------------------------------------------------------- 1 | Idris2 50c56eac8f2036f730224fe5eacb8c6e10345f76 2 | -------------------------------------------------------------------------------- /archived/idris2/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/idris2/Pkgfile -------------------------------------------------------------------------------- /archived/ilmbase/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ilmbase/Pkgfile -------------------------------------------------------------------------------- /archived/imhex/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/imhex/.checksum -------------------------------------------------------------------------------- /archived/imhex/.gitignore: -------------------------------------------------------------------------------- 1 | ImHex 2 | -------------------------------------------------------------------------------- /archived/imhex/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/imhex/Pkgfile -------------------------------------------------------------------------------- /archived/imhex/gl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/imhex/gl.patch -------------------------------------------------------------------------------- /archived/imlib2/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/imlib2/Pkgfile -------------------------------------------------------------------------------- /archived/inih/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/inih/.checksum -------------------------------------------------------------------------------- /archived/inih/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/inih/Pkgfile -------------------------------------------------------------------------------- /archived/irssi/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/irssi/.checksum -------------------------------------------------------------------------------- /archived/irssi/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/irssi/Pkgfile -------------------------------------------------------------------------------- /archived/itstool/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/itstool/Pkgfile -------------------------------------------------------------------------------- /archived/jansson/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/jansson/Pkgfile -------------------------------------------------------------------------------- /archived/jasper/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/jasper/Pkgfile -------------------------------------------------------------------------------- /archived/js52/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/js52/Pkgfile -------------------------------------------------------------------------------- /archived/jsoncpp/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/jsoncpp/Pkgfile -------------------------------------------------------------------------------- /archived/kanshi/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/kanshi/Pkgfile -------------------------------------------------------------------------------- /archived/kconfig/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/kconfig/Pkgfile -------------------------------------------------------------------------------- /archived/kcrash/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/kcrash/Pkgfile -------------------------------------------------------------------------------- /archived/ki18n/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ki18n/Pkgfile -------------------------------------------------------------------------------- /archived/kicad/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/kicad/.checksum -------------------------------------------------------------------------------- /archived/kicad/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/kicad/Pkgfile -------------------------------------------------------------------------------- /archived/kio/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/kio/Pkgfile -------------------------------------------------------------------------------- /archived/kitty/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/kitty/Pkgfile -------------------------------------------------------------------------------- /archived/kotlin/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/kotlin/Pkgfile -------------------------------------------------------------------------------- /archived/krb5/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/krb5/Pkgfile -------------------------------------------------------------------------------- /archived/krita/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/krita/Pkgfile -------------------------------------------------------------------------------- /archived/labwc/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/labwc/.checksum -------------------------------------------------------------------------------- /archived/labwc/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/labwc/Pkgfile -------------------------------------------------------------------------------- /archived/ladspa/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ladspa/Pkgfile -------------------------------------------------------------------------------- /archived/lapack/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/lapack/Pkgfile -------------------------------------------------------------------------------- /archived/ldns/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ldns/Pkgfile -------------------------------------------------------------------------------- /archived/ldns/pc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ldns/pc.patch -------------------------------------------------------------------------------- /archived/libao/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libao/Pkgfile -------------------------------------------------------------------------------- /archived/libburn/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libburn/Pkgfile -------------------------------------------------------------------------------- /archived/libclc/.gitignore: -------------------------------------------------------------------------------- 1 | libclc.git 2 | -------------------------------------------------------------------------------- /archived/libclc/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libclc/Pkgfile -------------------------------------------------------------------------------- /archived/libcork/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libcork/Pkgfile -------------------------------------------------------------------------------- /archived/libestr/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libestr/Pkgfile -------------------------------------------------------------------------------- /archived/libev/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libev/.checksum -------------------------------------------------------------------------------- /archived/libev/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libev/Pkgfile -------------------------------------------------------------------------------- /archived/libexif/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libexif/Pkgfile -------------------------------------------------------------------------------- /archived/libftdi/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libftdi/Pkgfile -------------------------------------------------------------------------------- /archived/libgig/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libgig/Pkgfile -------------------------------------------------------------------------------- /archived/libgit2/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libgit2/Pkgfile -------------------------------------------------------------------------------- /archived/libgme/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libgme/Pkgfile -------------------------------------------------------------------------------- /archived/libical/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libical/Pkgfile -------------------------------------------------------------------------------- /archived/libice/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libice/Pkgfile -------------------------------------------------------------------------------- /archived/libidn/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libidn/Pkgfile -------------------------------------------------------------------------------- /archived/libime/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libime/Pkgfile -------------------------------------------------------------------------------- /archived/libite/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libite/Pkgfile -------------------------------------------------------------------------------- /archived/libldap/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libldap/Pkgfile -------------------------------------------------------------------------------- /archived/liblo/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/liblo/Pkgfile -------------------------------------------------------------------------------- /archived/liblqr/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/liblqr/Pkgfile -------------------------------------------------------------------------------- /archived/libluv/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libluv/Pkgfile -------------------------------------------------------------------------------- /archived/libmad/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libmad/Pkgfile -------------------------------------------------------------------------------- /archived/libmms/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libmms/Pkgfile -------------------------------------------------------------------------------- /archived/libnfs/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libnfs/Pkgfile -------------------------------------------------------------------------------- /archived/libnih/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libnih/Pkgfile -------------------------------------------------------------------------------- /archived/libotr/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libotr/Pkgfile -------------------------------------------------------------------------------- /archived/libpcre/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libpcre/Pkgfile -------------------------------------------------------------------------------- /archived/libraw/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libraw/Pkgfile -------------------------------------------------------------------------------- /archived/librsvg/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/librsvg/Pkgfile -------------------------------------------------------------------------------- /archived/libsasl/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libsasl/Pkgfile -------------------------------------------------------------------------------- /archived/libsasl/saslauthd.conf.d: -------------------------------------------------------------------------------- 1 | SASLAUTHD_OPTS="-a pam" 2 | -------------------------------------------------------------------------------- /archived/libsass/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libsass/Pkgfile -------------------------------------------------------------------------------- /archived/libscfg/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libscfg/Pkgfile -------------------------------------------------------------------------------- /archived/libsm/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libsm/.checksum -------------------------------------------------------------------------------- /archived/libsm/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libsm/Pkgfile -------------------------------------------------------------------------------- /archived/libsoup/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libsoup/Pkgfile -------------------------------------------------------------------------------- /archived/libsoxr/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libsoxr/Pkgfile -------------------------------------------------------------------------------- /archived/libssh/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libssh/Pkgfile -------------------------------------------------------------------------------- /archived/libuev/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libuev/Pkgfile -------------------------------------------------------------------------------- /archived/libupnp/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libupnp/Pkgfile -------------------------------------------------------------------------------- /archived/libvips/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libvips/Pkgfile -------------------------------------------------------------------------------- /archived/libwpe/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libwpe/Pkgfile -------------------------------------------------------------------------------- /archived/libx11/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libx11/Pkgfile -------------------------------------------------------------------------------- /archived/libxau/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libxau/Pkgfile -------------------------------------------------------------------------------- /archived/libxaw/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libxaw/Pkgfile -------------------------------------------------------------------------------- /archived/libxcb/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libxcb/Pkgfile -------------------------------------------------------------------------------- /archived/libxdmcp-32/Pkgfile: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /archived/libxext/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libxext/Pkgfile -------------------------------------------------------------------------------- /archived/libxft/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libxft/Pkgfile -------------------------------------------------------------------------------- /archived/libxi/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libxi/.checksum -------------------------------------------------------------------------------- /archived/libxi/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libxi/Pkgfile -------------------------------------------------------------------------------- /archived/libxmu/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libxmu/Pkgfile -------------------------------------------------------------------------------- /archived/libxpm/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libxpm/Pkgfile -------------------------------------------------------------------------------- /archived/libxres/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libxres/Pkgfile -------------------------------------------------------------------------------- /archived/libxslt/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libxslt/Pkgfile -------------------------------------------------------------------------------- /archived/libxt/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libxt/.checksum -------------------------------------------------------------------------------- /archived/libxt/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libxt/Pkgfile -------------------------------------------------------------------------------- /archived/libxtst/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libxtst/Pkgfile -------------------------------------------------------------------------------- /archived/libxv/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libxv/.checksum -------------------------------------------------------------------------------- /archived/libxv/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libxv/Pkgfile -------------------------------------------------------------------------------- /archived/libxvmc/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libxvmc/Pkgfile -------------------------------------------------------------------------------- /archived/libzip/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/libzip/Pkgfile -------------------------------------------------------------------------------- /archived/lilv/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/lilv/Pkgfile -------------------------------------------------------------------------------- /archived/llvm-32/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/llvm-32/Pkgfile -------------------------------------------------------------------------------- /archived/lmms/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/lmms/Pkgfile -------------------------------------------------------------------------------- /archived/lmms/musl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/lmms/musl.patch -------------------------------------------------------------------------------- /archived/lua51/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/lua51/.checksum -------------------------------------------------------------------------------- /archived/lua51/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/lua51/Pkgfile -------------------------------------------------------------------------------- /archived/luajit/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/luajit/Pkgfile -------------------------------------------------------------------------------- /archived/lv2/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/lv2/Pkgfile -------------------------------------------------------------------------------- /archived/lynx/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/lynx/Pkgfile -------------------------------------------------------------------------------- /archived/maven/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/maven/.checksum -------------------------------------------------------------------------------- /archived/maven/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/maven/Pkgfile -------------------------------------------------------------------------------- /archived/mbedtls/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/mbedtls/Pkgfile -------------------------------------------------------------------------------- /archived/mesa-32/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/mesa-32/Pkgfile -------------------------------------------------------------------------------- /archived/mesa-32/musl-endian.patch: -------------------------------------------------------------------------------- 1 | ../mesa/musl-endian.patch -------------------------------------------------------------------------------- /archived/mesa-32/musl.patch: -------------------------------------------------------------------------------- 1 | ../mesa/musl.patch -------------------------------------------------------------------------------- /archived/metis/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/metis/Pkgfile -------------------------------------------------------------------------------- /archived/mill/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/mill/.checksum -------------------------------------------------------------------------------- /archived/mill/.gitignore: -------------------------------------------------------------------------------- 1 | *.tgz 2 | -------------------------------------------------------------------------------- /archived/mill/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/mill/Pkgfile -------------------------------------------------------------------------------- /archived/minizip/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/minizip/Pkgfile -------------------------------------------------------------------------------- /archived/mlocate/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/mlocate/Pkgfile -------------------------------------------------------------------------------- /archived/monit/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/monit/.checksum -------------------------------------------------------------------------------- /archived/monit/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/monit/Pkgfile -------------------------------------------------------------------------------- /archived/monit/monit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/monit/monit.sh -------------------------------------------------------------------------------- /archived/monit/monitrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/monit/monitrc -------------------------------------------------------------------------------- /archived/mpd/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/mpd/.checksum -------------------------------------------------------------------------------- /archived/mpd/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/mpd/Pkgfile -------------------------------------------------------------------------------- /archived/mpg123/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/mpg123/Pkgfile -------------------------------------------------------------------------------- /archived/mtools/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/mtools/Pkgfile -------------------------------------------------------------------------------- /archived/mxml/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/mxml/Pkgfile -------------------------------------------------------------------------------- /archived/nano/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/nano/.checksum -------------------------------------------------------------------------------- /archived/nano/Pkgfile: -------------------------------------------------------------------------------- 1 | makedeps=["ncurses", "file"] 2 | -------------------------------------------------------------------------------- /archived/ncmpcpp/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ncmpcpp/Pkgfile -------------------------------------------------------------------------------- /archived/ncpamixer/.checksum: -------------------------------------------------------------------------------- 1 | ncpamixer 4faf8c27d4de55ddc244f372cbf5b2319d0634f7 2 | -------------------------------------------------------------------------------- /archived/nettle/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/nettle/Pkgfile -------------------------------------------------------------------------------- /archived/nextpnr/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/nextpnr/Pkgfile -------------------------------------------------------------------------------- /archived/ngspice/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ngspice/Pkgfile -------------------------------------------------------------------------------- /archived/ntfs-3g/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ntfs-3g/Pkgfile -------------------------------------------------------------------------------- /archived/numactl/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/numactl/Pkgfile -------------------------------------------------------------------------------- /archived/ocl-icd/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ocl-icd/Pkgfile -------------------------------------------------------------------------------- /archived/octave/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/octave/Pkgfile -------------------------------------------------------------------------------- /archived/ohsnap/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ohsnap/Pkgfile -------------------------------------------------------------------------------- /archived/onednn/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/onednn/Pkgfile -------------------------------------------------------------------------------- /archived/oomd/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/oomd/.checksum -------------------------------------------------------------------------------- /archived/oomd/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/oomd/Pkgfile -------------------------------------------------------------------------------- /archived/oomd/musl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/oomd/musl.patch -------------------------------------------------------------------------------- /archived/openal/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/openal/Pkgfile -------------------------------------------------------------------------------- /archived/openexr/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/openexr/Pkgfile -------------------------------------------------------------------------------- /archived/openjdk/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/openjdk/Pkgfile -------------------------------------------------------------------------------- /archived/openmp/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/openmp/Pkgfile -------------------------------------------------------------------------------- /archived/openmpi/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/openmpi/Pkgfile -------------------------------------------------------------------------------- /archived/openocd/.checksum: -------------------------------------------------------------------------------- 1 | openocd 3934483429b77525f25922787933fb7ee3e73a0f 2 | -------------------------------------------------------------------------------- /archived/openocd/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/openocd/Pkgfile -------------------------------------------------------------------------------- /archived/openvdb/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/openvdb/Pkgfile -------------------------------------------------------------------------------- /archived/orc/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/orc/.checksum -------------------------------------------------------------------------------- /archived/orc/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/orc/Pkgfile -------------------------------------------------------------------------------- /archived/ovmf/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ovmf/Pkgfile -------------------------------------------------------------------------------- /archived/ovmf/gcc7.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ovmf/gcc7.patch -------------------------------------------------------------------------------- /archived/pangomm/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/pangomm/Pkgfile -------------------------------------------------------------------------------- /archived/parted/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/parted/Pkgfile -------------------------------------------------------------------------------- /archived/pbzip2/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/pbzip2/Pkgfile -------------------------------------------------------------------------------- /archived/pclcmd/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/pclcmd/Pkgfile -------------------------------------------------------------------------------- /archived/pdnsd/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/pdnsd/Pkgfile -------------------------------------------------------------------------------- /archived/phonon/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/phonon/Pkgfile -------------------------------------------------------------------------------- /archived/pigz/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/pigz/Pkgfile -------------------------------------------------------------------------------- /archived/polipo/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/polipo/Pkgfile -------------------------------------------------------------------------------- /archived/polkit/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/polkit/Pkgfile -------------------------------------------------------------------------------- /archived/potrace/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/potrace/Pkgfile -------------------------------------------------------------------------------- /archived/ppsspp/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ppsspp/Pkgfile -------------------------------------------------------------------------------- /archived/ptex/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ptex/Pkgfile -------------------------------------------------------------------------------- /archived/pugixml/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/pugixml/Pkgfile -------------------------------------------------------------------------------- /archived/python2/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/python2/Pkgfile -------------------------------------------------------------------------------- /archived/qemu/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/qemu/Pkgfile -------------------------------------------------------------------------------- /archived/qhull/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/qhull/Pkgfile -------------------------------------------------------------------------------- /archived/qt5-svg/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/qt5-svg/Pkgfile -------------------------------------------------------------------------------- /archived/qt5ct/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/qt5ct/Pkgfile -------------------------------------------------------------------------------- /archived/qtox/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/qtox/.checksum -------------------------------------------------------------------------------- /archived/qtox/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/qtox/Pkgfile -------------------------------------------------------------------------------- /archived/qtox/musl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/qtox/musl.patch -------------------------------------------------------------------------------- /archived/r/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/r/Pkgfile -------------------------------------------------------------------------------- /archived/re2/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/re2/Pkgfile -------------------------------------------------------------------------------- /archived/re2c/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/re2c/.checksum -------------------------------------------------------------------------------- /archived/re2c/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/re2c/Pkgfile -------------------------------------------------------------------------------- /archived/reaver/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/reaver/Pkgfile -------------------------------------------------------------------------------- /archived/redis/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/redis/.checksum -------------------------------------------------------------------------------- /archived/redis/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/redis/Pkgfile -------------------------------------------------------------------------------- /archived/rfkill/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/rfkill/Pkgfile -------------------------------------------------------------------------------- /archived/rfkill/rules.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/rfkill/rules.d -------------------------------------------------------------------------------- /archived/rrdtool/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/rrdtool/Pkgfile -------------------------------------------------------------------------------- /archived/rsyslog/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/rsyslog/Pkgfile -------------------------------------------------------------------------------- /archived/rustup/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/rustup/Pkgfile -------------------------------------------------------------------------------- /archived/rxvt/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/rxvt/Pkgfile -------------------------------------------------------------------------------- /archived/sassc/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/sassc/.checksum -------------------------------------------------------------------------------- /archived/sassc/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/sassc/Pkgfile -------------------------------------------------------------------------------- /archived/sbsms/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/sbsms/Pkgfile -------------------------------------------------------------------------------- /archived/sbt/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/sbt/.checksum -------------------------------------------------------------------------------- /archived/sbt/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/sbt/Pkgfile -------------------------------------------------------------------------------- /archived/schroot/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/schroot/Pkgfile -------------------------------------------------------------------------------- /archived/schroot/arch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/schroot/arch -------------------------------------------------------------------------------- /archived/schroot/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/schroot/fstab -------------------------------------------------------------------------------- /archived/scrot/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/scrot/.checksum -------------------------------------------------------------------------------- /archived/scrot/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/scrot/Pkgfile -------------------------------------------------------------------------------- /archived/sddm/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/sddm/Pkgfile -------------------------------------------------------------------------------- /archived/sddm/musl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/sddm/musl.patch -------------------------------------------------------------------------------- /archived/sdparm/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/sdparm/Pkgfile -------------------------------------------------------------------------------- /archived/serd/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/serd/Pkgfile -------------------------------------------------------------------------------- /archived/siji/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/siji/Pkgfile -------------------------------------------------------------------------------- /archived/sinit/.checksum: -------------------------------------------------------------------------------- 1 | sinit 28c44b6b94a870f2942c37f9cfbae8b770595712 2 | -------------------------------------------------------------------------------- /archived/sinit/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/sinit/Pkgfile -------------------------------------------------------------------------------- /archived/sinit/rc.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/sinit/rc.init -------------------------------------------------------------------------------- /archived/smartmontools/smartd.conf: -------------------------------------------------------------------------------- 1 | service [12345] log /bin/smartd -n -- SMARTMON daemon 2 | -------------------------------------------------------------------------------- /archived/snapd/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/snapd/.checksum -------------------------------------------------------------------------------- /archived/snapd/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/snapd/Pkgfile -------------------------------------------------------------------------------- /archived/snappy/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/snappy/Pkgfile -------------------------------------------------------------------------------- /archived/solid/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/solid/Pkgfile -------------------------------------------------------------------------------- /archived/sord/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/sord/Pkgfile -------------------------------------------------------------------------------- /archived/spice/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/spice/Pkgfile -------------------------------------------------------------------------------- /archived/sratom/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/sratom/Pkgfile -------------------------------------------------------------------------------- /archived/sshpass/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/sshpass/Pkgfile -------------------------------------------------------------------------------- /archived/st/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/st/Pkgfile -------------------------------------------------------------------------------- /archived/st/config.def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/st/config.def.h -------------------------------------------------------------------------------- /archived/steam/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/steam/.checksum -------------------------------------------------------------------------------- /archived/steam/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/steam/Pkgfile -------------------------------------------------------------------------------- /archived/stk/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/stk/Pkgfile -------------------------------------------------------------------------------- /archived/suil/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/suil/Pkgfile -------------------------------------------------------------------------------- /archived/sway/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/sway/.checksum -------------------------------------------------------------------------------- /archived/sway/5890.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/sway/5890.diff -------------------------------------------------------------------------------- /archived/sway/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/sway/Pkgfile -------------------------------------------------------------------------------- /archived/swaybg/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/swaybg/Pkgfile -------------------------------------------------------------------------------- /archived/swig/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/swig/.checksum -------------------------------------------------------------------------------- /archived/swig/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/swig/Pkgfile -------------------------------------------------------------------------------- /archived/t1lib/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/t1lib/Pkgfile -------------------------------------------------------------------------------- /archived/taglib/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/taglib/Pkgfile -------------------------------------------------------------------------------- /archived/tamsyn/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/tamsyn/Pkgfile -------------------------------------------------------------------------------- /archived/tbb/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/tbb/Pkgfile -------------------------------------------------------------------------------- /archived/tcl/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/tcl/.checksum -------------------------------------------------------------------------------- /archived/tcl/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/tcl/Pkgfile -------------------------------------------------------------------------------- /archived/tcpflow/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/tcpflow/Pkgfile -------------------------------------------------------------------------------- /archived/tdb/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/tdb/.checksum -------------------------------------------------------------------------------- /archived/tdb/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/tdb/Pkgfile -------------------------------------------------------------------------------- /archived/texlive/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/texlive/Pkgfile -------------------------------------------------------------------------------- /archived/tilda/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/tilda/Pkgfile -------------------------------------------------------------------------------- /archived/time/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/time/Pkgfile -------------------------------------------------------------------------------- /archived/tinyxml/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/tinyxml/Pkgfile -------------------------------------------------------------------------------- /archived/tk/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/tk/Pkgfile -------------------------------------------------------------------------------- /archived/tk/no-doc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/tk/no-doc.patch -------------------------------------------------------------------------------- /archived/tlp/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/tlp/Pkgfile -------------------------------------------------------------------------------- /archived/tlp/finit.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/tlp/finit.patch -------------------------------------------------------------------------------- /archived/tlp/tlp.conf: -------------------------------------------------------------------------------- 1 | task [12345] log /bin/tlp start -- 2 | -------------------------------------------------------------------------------- /archived/tor/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/tor/Pkgfile -------------------------------------------------------------------------------- /archived/toxcore/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/toxcore/Pkgfile -------------------------------------------------------------------------------- /archived/trojan-go/.gitignore: -------------------------------------------------------------------------------- 1 | *.dat 2 | -------------------------------------------------------------------------------- /archived/trojan/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/trojan/Pkgfile -------------------------------------------------------------------------------- /archived/ttyd/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ttyd/.checksum -------------------------------------------------------------------------------- /archived/ttyd/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/ttyd/Pkgfile -------------------------------------------------------------------------------- /archived/twmn/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/twmn/Pkgfile -------------------------------------------------------------------------------- /archived/udns/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/udns/Pkgfile -------------------------------------------------------------------------------- /archived/v2ray/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/v2ray/Pkgfile -------------------------------------------------------------------------------- /archived/vala/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/vala/Pkgfile -------------------------------------------------------------------------------- /archived/vc/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/vc/Pkgfile -------------------------------------------------------------------------------- /archived/vid.stab/.checksum: -------------------------------------------------------------------------------- 1 | vid.stab 2d82492533bf5004bc2c4f8213a1b622c45f6a44 2 | -------------------------------------------------------------------------------- /archived/vim/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/vim/.checksum -------------------------------------------------------------------------------- /archived/vim/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/vim/Pkgfile -------------------------------------------------------------------------------- /archived/vte3/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/vte3/Pkgfile -------------------------------------------------------------------------------- /archived/waybar/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/waybar/Pkgfile -------------------------------------------------------------------------------- /archived/wine/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/wine/Pkgfile -------------------------------------------------------------------------------- /archived/wlc/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/wlc/Pkgfile -------------------------------------------------------------------------------- /archived/wlroots/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/wlroots/Pkgfile -------------------------------------------------------------------------------- /archived/wxgtk/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/wxgtk/.checksum -------------------------------------------------------------------------------- /archived/wxgtk/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/wxgtk/Pkgfile -------------------------------------------------------------------------------- /archived/x265/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/x265/.checksum -------------------------------------------------------------------------------- /archived/x265/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/x265/Pkgfile -------------------------------------------------------------------------------- /archived/xcb-imdkit/.checksum: -------------------------------------------------------------------------------- 1 | xcb-imdkit b82eddb3432b25f0db4aa7db4f68c6744ad895c1 2 | -------------------------------------------------------------------------------- /archived/xf86-video-intel/.checksum: -------------------------------------------------------------------------------- 1 | xf86-video-intel 33ee0c3b21ea279e08d0863fcb2e874f0974b00e 2 | -------------------------------------------------------------------------------- /archived/xmlto/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/xmlto/.checksum -------------------------------------------------------------------------------- /archived/xmlto/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/xmlto/Pkgfile -------------------------------------------------------------------------------- /archived/xray/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/xray/.checksum -------------------------------------------------------------------------------- /archived/xray/.gitignore: -------------------------------------------------------------------------------- 1 | *.dat 2 | -------------------------------------------------------------------------------- /archived/xray/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/xray/Pkgfile -------------------------------------------------------------------------------- /archived/xsel/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/xsel/.checksum -------------------------------------------------------------------------------- /archived/xsel/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/xsel/Pkgfile -------------------------------------------------------------------------------- /archived/xterm/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/xterm/.checksum -------------------------------------------------------------------------------- /archived/xterm/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/xterm/Pkgfile -------------------------------------------------------------------------------- /archived/xtrans/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/xtrans/Pkgfile -------------------------------------------------------------------------------- /archived/xz-32/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/xz-32/Pkgfile -------------------------------------------------------------------------------- /archived/yasm/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/yasm/.checksum -------------------------------------------------------------------------------- /archived/yasm/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/yasm/Pkgfile -------------------------------------------------------------------------------- /archived/yosys/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/yosys/.checksum -------------------------------------------------------------------------------- /archived/yosys/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/yosys/Pkgfile -------------------------------------------------------------------------------- /archived/zlib-32/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/zlib-32/Pkgfile -------------------------------------------------------------------------------- /archived/zpix/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/zpix/.checksum -------------------------------------------------------------------------------- /archived/zpix/.gitignore: -------------------------------------------------------------------------------- 1 | *.ttf 2 | *.bdf 3 | -------------------------------------------------------------------------------- /archived/zpix/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/zpix/Pkgfile -------------------------------------------------------------------------------- /archived/zziplib/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/zziplib/Pkgfile -------------------------------------------------------------------------------- /archived/zzz/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/zzz/Pkgfile -------------------------------------------------------------------------------- /archived/zzz/zzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/zzz/zzz -------------------------------------------------------------------------------- /archived/zzz/zzz.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/archived/zzz/zzz.8 -------------------------------------------------------------------------------- /config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/config -------------------------------------------------------------------------------- /pkg/.gitignore: -------------------------------------------------------------------------------- 1 | pkg 2 | -------------------------------------------------------------------------------- /pkg/build.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/pkg/build.go -------------------------------------------------------------------------------- /pkg/chroot.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/pkg/chroot.go -------------------------------------------------------------------------------- /pkg/download.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/pkg/download.go -------------------------------------------------------------------------------- /pkg/extract.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/pkg/extract.go -------------------------------------------------------------------------------- /pkg/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/pkg/go.mod -------------------------------------------------------------------------------- /pkg/go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/pkg/go.sum -------------------------------------------------------------------------------- /pkg/hook.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/pkg/hook.go -------------------------------------------------------------------------------- /pkg/install.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/pkg/install.go -------------------------------------------------------------------------------- /pkg/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/pkg/main.go -------------------------------------------------------------------------------- /pkg/pkgdb.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/pkg/pkgdb.go -------------------------------------------------------------------------------- /pkg/pkgfile.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/pkg/pkgfile.go -------------------------------------------------------------------------------- /pkg/progressbar.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/pkg/progressbar.go -------------------------------------------------------------------------------- /pkg/query.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/pkg/query.go -------------------------------------------------------------------------------- /pkg/remove.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/pkg/remove.go -------------------------------------------------------------------------------- /pkg/util.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/pkg/util.go -------------------------------------------------------------------------------- /ports/abseil-cpp/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/abseil-cpp/Pkgfile -------------------------------------------------------------------------------- /ports/acl/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/acl/.checksum -------------------------------------------------------------------------------- /ports/acl/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/acl/Pkgfile -------------------------------------------------------------------------------- /ports/acpica/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/acpica/.checksum -------------------------------------------------------------------------------- /ports/acpica/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/acpica/Pkgfile -------------------------------------------------------------------------------- /ports/alacritty/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/alacritty/Pkgfile -------------------------------------------------------------------------------- /ports/alsa-lib/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/alsa-lib/.checksum -------------------------------------------------------------------------------- /ports/alsa-lib/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/alsa-lib/Pkgfile -------------------------------------------------------------------------------- /ports/alsa-utils/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/alsa-utils/Pkgfile -------------------------------------------------------------------------------- /ports/android-tools/android-udev.conf: -------------------------------------------------------------------------------- 1 | g adbusers - - 2 | -------------------------------------------------------------------------------- /ports/aria2/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/aria2/.checksum -------------------------------------------------------------------------------- /ports/aria2/1857.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/aria2/1857.diff -------------------------------------------------------------------------------- /ports/aria2/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/aria2/Pkgfile -------------------------------------------------------------------------------- /ports/atk/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/atk/.checksum -------------------------------------------------------------------------------- /ports/atk/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/atk/Pkgfile -------------------------------------------------------------------------------- /ports/attr/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/attr/.checksum -------------------------------------------------------------------------------- /ports/attr/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/attr/Pkgfile -------------------------------------------------------------------------------- /ports/autoconf/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/autoconf/.checksum -------------------------------------------------------------------------------- /ports/autoconf/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/autoconf/Pkgfile -------------------------------------------------------------------------------- /ports/automake/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/automake/.checksum -------------------------------------------------------------------------------- /ports/automake/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/automake/Pkgfile -------------------------------------------------------------------------------- /ports/bash/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/bash/.checksum -------------------------------------------------------------------------------- /ports/bash/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/bash/Pkgfile -------------------------------------------------------------------------------- /ports/bash/bash_logout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/bash/bash_logout -------------------------------------------------------------------------------- /ports/bash/bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/bash/bashrc -------------------------------------------------------------------------------- /ports/bash/dot.bash_logout: -------------------------------------------------------------------------------- 1 | # 2 | # ~/.bash_logout 3 | # 4 | -------------------------------------------------------------------------------- /ports/bash/dot.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/bash/dot.bashrc -------------------------------------------------------------------------------- /ports/bc/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/bc/.checksum -------------------------------------------------------------------------------- /ports/bc/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/bc/Pkgfile -------------------------------------------------------------------------------- /ports/bind/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/bind/.checksum -------------------------------------------------------------------------------- /ports/bind/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/bind/Pkgfile -------------------------------------------------------------------------------- /ports/binutils/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/binutils/.checksum -------------------------------------------------------------------------------- /ports/binutils/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/binutils/Pkgfile -------------------------------------------------------------------------------- /ports/bison/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/bison/.checksum -------------------------------------------------------------------------------- /ports/bison/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/bison/Pkgfile -------------------------------------------------------------------------------- /ports/bluez/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/bluez/.checksum -------------------------------------------------------------------------------- /ports/bluez/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/bluez/Pkgfile -------------------------------------------------------------------------------- /ports/bluez/musl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/bluez/musl.patch -------------------------------------------------------------------------------- /ports/boost/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/boost/.checksum -------------------------------------------------------------------------------- /ports/boost/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/boost/Pkgfile -------------------------------------------------------------------------------- /ports/boost/musl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/boost/musl.patch -------------------------------------------------------------------------------- /ports/brise/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/brise/.checksum -------------------------------------------------------------------------------- /ports/brise/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/brise/Pkgfile -------------------------------------------------------------------------------- /ports/brotli/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/brotli/.checksum -------------------------------------------------------------------------------- /ports/brotli/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/brotli/Pkgfile -------------------------------------------------------------------------------- /ports/bubblewrap/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/bubblewrap/Pkgfile -------------------------------------------------------------------------------- /ports/bzip2/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/bzip2/.checksum -------------------------------------------------------------------------------- /ports/bzip2/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/bzip2/Pkgfile -------------------------------------------------------------------------------- /ports/cairo/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/cairo/.checksum -------------------------------------------------------------------------------- /ports/cairo/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/cairo/Pkgfile -------------------------------------------------------------------------------- /ports/capstone/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/capstone/.checksum -------------------------------------------------------------------------------- /ports/capstone/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/capstone/Pkgfile -------------------------------------------------------------------------------- /ports/ccache/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/ccache/.checksum -------------------------------------------------------------------------------- /ports/ccache/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/ccache/Pkgfile -------------------------------------------------------------------------------- /ports/ccache/ccache.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/ccache/ccache.conf -------------------------------------------------------------------------------- /ports/celt/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/celt/.checksum -------------------------------------------------------------------------------- /ports/celt/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/celt/Pkgfile -------------------------------------------------------------------------------- /ports/chntpw/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/chntpw/.checksum -------------------------------------------------------------------------------- /ports/chntpw/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/chntpw/Pkgfile -------------------------------------------------------------------------------- /ports/chntpw/musl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/chntpw/musl.patch -------------------------------------------------------------------------------- /ports/cmake/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/cmake/.checksum -------------------------------------------------------------------------------- /ports/cmake/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/cmake/Pkgfile -------------------------------------------------------------------------------- /ports/cmake/opengl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/cmake/opengl.patch -------------------------------------------------------------------------------- /ports/coreutils/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/coreutils/Pkgfile -------------------------------------------------------------------------------- /ports/crda/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/crda/.checksum -------------------------------------------------------------------------------- /ports/crda/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/crda/Makefile -------------------------------------------------------------------------------- /ports/crda/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/crda/Pkgfile -------------------------------------------------------------------------------- /ports/crda/crda.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/crda/crda.patch -------------------------------------------------------------------------------- /ports/cryptsetup/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/cryptsetup/Pkgfile -------------------------------------------------------------------------------- /ports/curl/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/curl/.checksum -------------------------------------------------------------------------------- /ports/curl/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/curl/Pkgfile -------------------------------------------------------------------------------- /ports/dash/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/dash/.checksum -------------------------------------------------------------------------------- /ports/dash/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/dash/Pkgfile -------------------------------------------------------------------------------- /ports/dbus-glib/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/dbus-glib/Pkgfile -------------------------------------------------------------------------------- /ports/dbus/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/dbus/.checksum -------------------------------------------------------------------------------- /ports/dbus/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/dbus/Pkgfile -------------------------------------------------------------------------------- /ports/dbus/dbus.sysusers: -------------------------------------------------------------------------------- 1 | u dbus 81 "System Message Bus" 2 | -------------------------------------------------------------------------------- /ports/dhcpcd/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/dhcpcd/.checksum -------------------------------------------------------------------------------- /ports/dhcpcd/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/dhcpcd/Pkgfile -------------------------------------------------------------------------------- /ports/dhcpcd/musl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/dhcpcd/musl.patch -------------------------------------------------------------------------------- /ports/diffutils/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/diffutils/Pkgfile -------------------------------------------------------------------------------- /ports/dkms/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/dkms/.checksum -------------------------------------------------------------------------------- /ports/dkms/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/dkms/Pkgfile -------------------------------------------------------------------------------- /ports/dtc/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/dtc/.checksum -------------------------------------------------------------------------------- /ports/dtc/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/dtc/Pkgfile -------------------------------------------------------------------------------- /ports/e2fsprogs/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/e2fsprogs/Pkgfile -------------------------------------------------------------------------------- /ports/ed/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/ed/.checksum -------------------------------------------------------------------------------- /ports/ed/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/ed/Pkgfile -------------------------------------------------------------------------------- /ports/efibootmgr/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/efibootmgr/Pkgfile -------------------------------------------------------------------------------- /ports/efivar/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/efivar/.checksum -------------------------------------------------------------------------------- /ports/efivar/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/efivar/Pkgfile -------------------------------------------------------------------------------- /ports/eigen/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/eigen/.checksum -------------------------------------------------------------------------------- /ports/eigen/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/eigen/Pkgfile -------------------------------------------------------------------------------- /ports/elfutils/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/elfutils/.checksum -------------------------------------------------------------------------------- /ports/elfutils/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/elfutils/Pkgfile -------------------------------------------------------------------------------- /ports/embree/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/embree/.checksum -------------------------------------------------------------------------------- /ports/embree/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/embree/Pkgfile -------------------------------------------------------------------------------- /ports/execinfo/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/execinfo/.checksum -------------------------------------------------------------------------------- /ports/execinfo/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/execinfo/Pkgfile -------------------------------------------------------------------------------- /ports/expat/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/expat/.checksum -------------------------------------------------------------------------------- /ports/expat/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/expat/Pkgfile -------------------------------------------------------------------------------- /ports/fcft/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/fcft/.checksum -------------------------------------------------------------------------------- /ports/fcft/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/fcft/Pkgfile -------------------------------------------------------------------------------- /ports/ffmpeg/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/ffmpeg/.checksum -------------------------------------------------------------------------------- /ports/ffmpeg/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/ffmpeg/Pkgfile -------------------------------------------------------------------------------- /ports/fftw/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/fftw/.checksum -------------------------------------------------------------------------------- /ports/fftw/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/fftw/Pkgfile -------------------------------------------------------------------------------- /ports/file/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/file/.checksum -------------------------------------------------------------------------------- /ports/file/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/file/Pkgfile -------------------------------------------------------------------------------- /ports/filesystem/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/filesystem/Pkgfile -------------------------------------------------------------------------------- /ports/filesystem/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/filesystem/fstab -------------------------------------------------------------------------------- /ports/filesystem/group: -------------------------------------------------------------------------------- 1 | root:x:0:root 2 | -------------------------------------------------------------------------------- /ports/filesystem/gshadow: -------------------------------------------------------------------------------- 1 | root:::root 2 | -------------------------------------------------------------------------------- /ports/filesystem/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/filesystem/hosts -------------------------------------------------------------------------------- /ports/filesystem/issue: -------------------------------------------------------------------------------- 1 | Noname Linux \r (\l) 2 | 3 | -------------------------------------------------------------------------------- /ports/filesystem/ldconfig: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | -------------------------------------------------------------------------------- /ports/filesystem/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/filesystem/passwd -------------------------------------------------------------------------------- /ports/filesystem/profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/filesystem/profile -------------------------------------------------------------------------------- /ports/filesystem/shadow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/filesystem/shadow -------------------------------------------------------------------------------- /ports/filesystem/shells: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/filesystem/shells -------------------------------------------------------------------------------- /ports/filesystem/sysctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/filesystem/sysctl -------------------------------------------------------------------------------- /ports/findutils/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/findutils/Pkgfile -------------------------------------------------------------------------------- /ports/firefox/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/firefox/.checksum -------------------------------------------------------------------------------- /ports/firefox/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/firefox/Pkgfile -------------------------------------------------------------------------------- /ports/firefox/hack.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/firefox/hack.patch -------------------------------------------------------------------------------- /ports/firefox/lfs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/firefox/lfs.patch -------------------------------------------------------------------------------- /ports/firefox/rust.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/firefox/rust.patch -------------------------------------------------------------------------------- /ports/firefox/stab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/firefox/stab.h -------------------------------------------------------------------------------- /ports/flac/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/flac/.checksum -------------------------------------------------------------------------------- /ports/flac/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/flac/Pkgfile -------------------------------------------------------------------------------- /ports/flex/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/flex/.checksum -------------------------------------------------------------------------------- /ports/flex/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/flex/Pkgfile -------------------------------------------------------------------------------- /ports/fontconfig/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/fontconfig/Pkgfile -------------------------------------------------------------------------------- /ports/foot/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/foot/.checksum -------------------------------------------------------------------------------- /ports/foot/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/foot/Pkgfile -------------------------------------------------------------------------------- /ports/freetype/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/freetype/.checksum -------------------------------------------------------------------------------- /ports/freetype/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/freetype/Pkgfile -------------------------------------------------------------------------------- /ports/fribidi/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/fribidi/.checksum -------------------------------------------------------------------------------- /ports/fribidi/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/fribidi/Pkgfile -------------------------------------------------------------------------------- /ports/fuse2/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/fuse2/.checksum -------------------------------------------------------------------------------- /ports/fuse2/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/fuse2/Pkgfile -------------------------------------------------------------------------------- /ports/fuse2/fuse.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/fuse2/fuse.conf -------------------------------------------------------------------------------- /ports/fuse3/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/fuse3/.checksum -------------------------------------------------------------------------------- /ports/fuse3/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/fuse3/Pkgfile -------------------------------------------------------------------------------- /ports/gawk/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gawk/.checksum -------------------------------------------------------------------------------- /ports/gawk/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gawk/Pkgfile -------------------------------------------------------------------------------- /ports/gd/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gd/.checksum -------------------------------------------------------------------------------- /ports/gd/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gd/Pkgfile -------------------------------------------------------------------------------- /ports/gdb/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gdb/.checksum -------------------------------------------------------------------------------- /ports/gdb/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gdb/Pkgfile -------------------------------------------------------------------------------- /ports/gdbm/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gdbm/.checksum -------------------------------------------------------------------------------- /ports/gdbm/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gdbm/Pkgfile -------------------------------------------------------------------------------- /ports/gdk-pixbuf/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gdk-pixbuf/Pkgfile -------------------------------------------------------------------------------- /ports/gettext-tiny/.checksum: -------------------------------------------------------------------------------- 1 | gettext-tiny 0e62c2588742cfffd3dc81c09ecc8488c0ce25b9 2 | -------------------------------------------------------------------------------- /ports/gflags/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gflags/.checksum -------------------------------------------------------------------------------- /ports/gflags/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gflags/Pkgfile -------------------------------------------------------------------------------- /ports/giflib/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/giflib/.checksum -------------------------------------------------------------------------------- /ports/giflib/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/giflib/Pkgfile -------------------------------------------------------------------------------- /ports/git-lfs/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/git-lfs/.checksum -------------------------------------------------------------------------------- /ports/git-lfs/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/git-lfs/Pkgfile -------------------------------------------------------------------------------- /ports/git/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/git/.checksum -------------------------------------------------------------------------------- /ports/git/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/git/Pkgfile -------------------------------------------------------------------------------- /ports/glib/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/glib/.checksum -------------------------------------------------------------------------------- /ports/glib/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/glib/Pkgfile -------------------------------------------------------------------------------- /ports/glib/gio.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/glib/gio.toml -------------------------------------------------------------------------------- /ports/glslang/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/glslang/.checksum -------------------------------------------------------------------------------- /ports/glslang/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/glslang/Pkgfile -------------------------------------------------------------------------------- /ports/go/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/go/.checksum -------------------------------------------------------------------------------- /ports/go/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/go/Pkgfile -------------------------------------------------------------------------------- /ports/go/noname.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/go/noname.patch -------------------------------------------------------------------------------- /ports/godot/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/godot/.checksum -------------------------------------------------------------------------------- /ports/godot/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/godot/Pkgfile -------------------------------------------------------------------------------- /ports/godot/libcxx.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/godot/libcxx.patch -------------------------------------------------------------------------------- /ports/gperf/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gperf/.checksum -------------------------------------------------------------------------------- /ports/gperf/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gperf/Pkgfile -------------------------------------------------------------------------------- /ports/graphite/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/graphite/.checksum -------------------------------------------------------------------------------- /ports/graphite/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/graphite/Pkgfile -------------------------------------------------------------------------------- /ports/graphviz/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/graphviz/.checksum -------------------------------------------------------------------------------- /ports/graphviz/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/graphviz/Pkgfile -------------------------------------------------------------------------------- /ports/grep/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/grep/.checksum -------------------------------------------------------------------------------- /ports/grep/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/grep/Pkgfile -------------------------------------------------------------------------------- /ports/grim/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/grim/.checksum -------------------------------------------------------------------------------- /ports/grim/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/grim/Pkgfile -------------------------------------------------------------------------------- /ports/groff/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/groff/.checksum -------------------------------------------------------------------------------- /ports/groff/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/groff/Pkgfile -------------------------------------------------------------------------------- /ports/groff/site.tmac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/groff/site.tmac -------------------------------------------------------------------------------- /ports/gstreamer/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gstreamer/Pkgfile -------------------------------------------------------------------------------- /ports/gtest/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gtest/.checksum -------------------------------------------------------------------------------- /ports/gtest/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gtest/Pkgfile -------------------------------------------------------------------------------- /ports/gtk3/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gtk3/.checksum -------------------------------------------------------------------------------- /ports/gtk3/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gtk3/Pkgfile -------------------------------------------------------------------------------- /ports/gtk3/icon.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gtk3/icon.toml -------------------------------------------------------------------------------- /ports/gtk3/wayland.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gtk3/wayland.patch -------------------------------------------------------------------------------- /ports/gzip/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gzip/.checksum -------------------------------------------------------------------------------- /ports/gzip/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/gzip/Pkgfile -------------------------------------------------------------------------------- /ports/harfbuzz/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/harfbuzz/.checksum -------------------------------------------------------------------------------- /ports/harfbuzz/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/harfbuzz/Pkgfile -------------------------------------------------------------------------------- /ports/help2man/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/help2man/.checksum -------------------------------------------------------------------------------- /ports/help2man/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/help2man/Pkgfile -------------------------------------------------------------------------------- /ports/hwdata/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/hwdata/.checksum -------------------------------------------------------------------------------- /ports/hwdata/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/hwdata/Pkgfile -------------------------------------------------------------------------------- /ports/icu/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/icu/.checksum -------------------------------------------------------------------------------- /ports/icu/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/icu/Pkgfile -------------------------------------------------------------------------------- /ports/inetutils/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/inetutils/Pkgfile -------------------------------------------------------------------------------- /ports/iperf3/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/iperf3/.checksum -------------------------------------------------------------------------------- /ports/iperf3/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/iperf3/Pkgfile -------------------------------------------------------------------------------- /ports/iproute2/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/iproute2/.checksum -------------------------------------------------------------------------------- /ports/iproute2/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/iproute2/Pkgfile -------------------------------------------------------------------------------- /ports/iptables/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/iptables/.checksum -------------------------------------------------------------------------------- /ports/iptables/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/iptables/Pkgfile -------------------------------------------------------------------------------- /ports/iputils/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/iputils/.checksum -------------------------------------------------------------------------------- /ports/iputils/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/iputils/Pkgfile -------------------------------------------------------------------------------- /ports/iso-codes/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/iso-codes/Pkgfile -------------------------------------------------------------------------------- /ports/iw/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/iw/.checksum -------------------------------------------------------------------------------- /ports/iw/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/iw/Pkgfile -------------------------------------------------------------------------------- /ports/iwd/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/iwd/.checksum -------------------------------------------------------------------------------- /ports/iwd/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/iwd/Pkgfile -------------------------------------------------------------------------------- /ports/jq/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/jq/.checksum -------------------------------------------------------------------------------- /ports/jq/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/jq/Pkgfile -------------------------------------------------------------------------------- /ports/json-c/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/json-c/.checksum -------------------------------------------------------------------------------- /ports/json-c/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/json-c/Pkgfile -------------------------------------------------------------------------------- /ports/kbd/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/kbd/.checksum -------------------------------------------------------------------------------- /ports/kbd/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/kbd/Pkgfile -------------------------------------------------------------------------------- /ports/kbd/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/kbd/error.h -------------------------------------------------------------------------------- /ports/kbd/fix-eu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/kbd/fix-eu.patch -------------------------------------------------------------------------------- /ports/keyutils/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/keyutils/.checksum -------------------------------------------------------------------------------- /ports/keyutils/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/keyutils/Pkgfile -------------------------------------------------------------------------------- /ports/kmod/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/kmod/.checksum -------------------------------------------------------------------------------- /ports/kmod/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/kmod/Pkgfile -------------------------------------------------------------------------------- /ports/kmod/depmod.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/kmod/depmod.toml -------------------------------------------------------------------------------- /ports/l-smash/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/l-smash/.checksum -------------------------------------------------------------------------------- /ports/l-smash/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/l-smash/Pkgfile -------------------------------------------------------------------------------- /ports/lame/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/lame/.checksum -------------------------------------------------------------------------------- /ports/lame/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/lame/Pkgfile -------------------------------------------------------------------------------- /ports/lcms2/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/lcms2/.checksum -------------------------------------------------------------------------------- /ports/lcms2/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/lcms2/Pkgfile -------------------------------------------------------------------------------- /ports/ldac/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/ldac/.checksum -------------------------------------------------------------------------------- /ports/ldac/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/ldac/Pkgfile -------------------------------------------------------------------------------- /ports/less/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/less/.checksum -------------------------------------------------------------------------------- /ports/less/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/less/Pkgfile -------------------------------------------------------------------------------- /ports/leveldb/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/leveldb/.checksum -------------------------------------------------------------------------------- /ports/leveldb/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/leveldb/Pkgfile -------------------------------------------------------------------------------- /ports/libaio/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libaio/.checksum -------------------------------------------------------------------------------- /ports/libaio/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libaio/Pkgfile -------------------------------------------------------------------------------- /ports/libarchive/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libarchive/Pkgfile -------------------------------------------------------------------------------- /ports/libass/.checksum: -------------------------------------------------------------------------------- 1 | libass fb85c9e863ef27c8fcd6ab2dd5f51ced246baadf 2 | -------------------------------------------------------------------------------- /ports/libass/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libass/Pkgfile -------------------------------------------------------------------------------- /ports/libbsd/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libbsd/.checksum -------------------------------------------------------------------------------- /ports/libbsd/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libbsd/Pkgfile -------------------------------------------------------------------------------- /ports/libbsd/musl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libbsd/musl.patch -------------------------------------------------------------------------------- /ports/libc-dev/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libc-dev/.checksum -------------------------------------------------------------------------------- /ports/libc-dev/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libc-dev/Pkgfile -------------------------------------------------------------------------------- /ports/libcap-ng/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libcap-ng/Pkgfile -------------------------------------------------------------------------------- /ports/libcap/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libcap/.checksum -------------------------------------------------------------------------------- /ports/libcap/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libcap/Pkgfile -------------------------------------------------------------------------------- /ports/libdrm/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libdrm/.checksum -------------------------------------------------------------------------------- /ports/libdrm/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libdrm/Pkgfile -------------------------------------------------------------------------------- /ports/libdrm/libdrm.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libdrm/libdrm.toml -------------------------------------------------------------------------------- /ports/libdrm/musl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libdrm/musl.patch -------------------------------------------------------------------------------- /ports/libedit/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libedit/Pkgfile -------------------------------------------------------------------------------- /ports/libffi/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libffi/Pkgfile -------------------------------------------------------------------------------- /ports/libftdi/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libftdi/Pkgfile -------------------------------------------------------------------------------- /ports/libgmp/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libgmp/Pkgfile -------------------------------------------------------------------------------- /ports/libmnl/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libmnl/Pkgfile -------------------------------------------------------------------------------- /ports/libmpfr/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libmpfr/Pkgfile -------------------------------------------------------------------------------- /ports/libnl/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libnl/.checksum -------------------------------------------------------------------------------- /ports/libnl/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libnl/Pkgfile -------------------------------------------------------------------------------- /ports/libogg/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libogg/Pkgfile -------------------------------------------------------------------------------- /ports/libpcap/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libpcap/Pkgfile -------------------------------------------------------------------------------- /ports/libpng/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libpng/Pkgfile -------------------------------------------------------------------------------- /ports/librime/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/librime/Pkgfile -------------------------------------------------------------------------------- /ports/librsvg/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/librsvg/Pkgfile -------------------------------------------------------------------------------- /ports/libssh2/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libssh2/Pkgfile -------------------------------------------------------------------------------- /ports/libtiff/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libtiff/Pkgfile -------------------------------------------------------------------------------- /ports/libtool/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libtool/Pkgfile -------------------------------------------------------------------------------- /ports/libuargp/.checksum: -------------------------------------------------------------------------------- 1 | libuargp 488eb698703f24fb7120142751d543881e933f76 2 | -------------------------------------------------------------------------------- /ports/libusb/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libusb/Pkgfile -------------------------------------------------------------------------------- /ports/libuv/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libuv/.checksum -------------------------------------------------------------------------------- /ports/libuv/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libuv/Pkgfile -------------------------------------------------------------------------------- /ports/libva/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libva/.checksum -------------------------------------------------------------------------------- /ports/libva/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libva/Pkgfile -------------------------------------------------------------------------------- /ports/libvpx/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libvpx/Pkgfile -------------------------------------------------------------------------------- /ports/libwebp/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libwebp/Pkgfile -------------------------------------------------------------------------------- /ports/libxml2/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libxml2/Pkgfile -------------------------------------------------------------------------------- /ports/libyaml/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libyaml/Pkgfile -------------------------------------------------------------------------------- /ports/libzip/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/libzip/Pkgfile -------------------------------------------------------------------------------- /ports/linux-firmware/.gitignore: -------------------------------------------------------------------------------- 1 | linux-firmware 2 | !*.bin 3 | -------------------------------------------------------------------------------- /ports/linux-tools/config: -------------------------------------------------------------------------------- 1 | ../linux/config -------------------------------------------------------------------------------- /ports/linux/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/linux/.checksum -------------------------------------------------------------------------------- /ports/linux/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/linux/Pkgfile -------------------------------------------------------------------------------- /ports/linux/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/linux/config -------------------------------------------------------------------------------- /ports/llvm/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/llvm/.checksum -------------------------------------------------------------------------------- /ports/llvm/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/llvm/Pkgfile -------------------------------------------------------------------------------- /ports/lsof/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/lsof/.checksum -------------------------------------------------------------------------------- /ports/lsof/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/lsof/Pkgfile -------------------------------------------------------------------------------- /ports/lua/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/lua/.checksum -------------------------------------------------------------------------------- /ports/lua/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/lua/Pkgfile -------------------------------------------------------------------------------- /ports/lua/lua.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/lua/lua.pc -------------------------------------------------------------------------------- /ports/lvm2/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/lvm2/.checksum -------------------------------------------------------------------------------- /ports/lvm2/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/lvm2/Pkgfile -------------------------------------------------------------------------------- /ports/lvm2/lvm2_hook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/lvm2/lvm2_hook -------------------------------------------------------------------------------- /ports/lz4/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/lz4/.checksum -------------------------------------------------------------------------------- /ports/lz4/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/lz4/Pkgfile -------------------------------------------------------------------------------- /ports/lzo/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/lzo/.checksum -------------------------------------------------------------------------------- /ports/lzo/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/lzo/Pkgfile -------------------------------------------------------------------------------- /ports/m4/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/m4/.checksum -------------------------------------------------------------------------------- /ports/m4/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/m4/Pkgfile -------------------------------------------------------------------------------- /ports/make/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/make/.checksum -------------------------------------------------------------------------------- /ports/make/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/make/Pkgfile -------------------------------------------------------------------------------- /ports/man-db/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/man-db/Pkgfile -------------------------------------------------------------------------------- /ports/marisa/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/marisa/Pkgfile -------------------------------------------------------------------------------- /ports/mesa/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/mesa/.checksum -------------------------------------------------------------------------------- /ports/mesa/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/mesa/Pkgfile -------------------------------------------------------------------------------- /ports/mesa/musl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/mesa/musl.patch -------------------------------------------------------------------------------- /ports/meson/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/meson/.checksum -------------------------------------------------------------------------------- /ports/meson/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/meson/Pkgfile -------------------------------------------------------------------------------- /ports/mold/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/mold/.checksum -------------------------------------------------------------------------------- /ports/mold/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/mold/Pkgfile -------------------------------------------------------------------------------- /ports/mpv/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/mpv/.checksum -------------------------------------------------------------------------------- /ports/mpv/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/mpv/Pkgfile -------------------------------------------------------------------------------- /ports/mpv/waf-2.0.23: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/mpv/waf-2.0.23 -------------------------------------------------------------------------------- /ports/mtdev/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/mtdev/.checksum -------------------------------------------------------------------------------- /ports/mtdev/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/mtdev/Pkgfile -------------------------------------------------------------------------------- /ports/musl/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/musl/.checksum -------------------------------------------------------------------------------- /ports/musl/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/musl/Pkgfile -------------------------------------------------------------------------------- /ports/musl/getconf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/musl/getconf.c -------------------------------------------------------------------------------- /ports/musl/getent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/musl/getent.c -------------------------------------------------------------------------------- /ports/musl/iconv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/musl/iconv.c -------------------------------------------------------------------------------- /ports/musl/styp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/musl/styp.patch -------------------------------------------------------------------------------- /ports/nasm/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/nasm/.checksum -------------------------------------------------------------------------------- /ports/nasm/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/nasm/Pkgfile -------------------------------------------------------------------------------- /ports/ncurses/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/ncurses/Pkgfile -------------------------------------------------------------------------------- /ports/neovim/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/neovim/Pkgfile -------------------------------------------------------------------------------- /ports/netcat/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/netcat/Pkgfile -------------------------------------------------------------------------------- /ports/netcat/base64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/netcat/base64.c -------------------------------------------------------------------------------- /ports/nfs-utils/sysusers.d: -------------------------------------------------------------------------------- 1 | u rpcuser 34 "RPC Service User" /var/lib/nfs 2 | -------------------------------------------------------------------------------- /ports/nghttp3/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/nghttp3/Pkgfile -------------------------------------------------------------------------------- /ports/ngtcp2/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/ngtcp2/Pkgfile -------------------------------------------------------------------------------- /ports/ninja/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/ninja/.checksum -------------------------------------------------------------------------------- /ports/ninja/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/ninja/Pkgfile -------------------------------------------------------------------------------- /ports/niri/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/niri/.checksum -------------------------------------------------------------------------------- /ports/niri/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/niri/Pkgfile -------------------------------------------------------------------------------- /ports/niri/musl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/niri/musl.patch -------------------------------------------------------------------------------- /ports/nodejs/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/nodejs/Pkgfile -------------------------------------------------------------------------------- /ports/nspr/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/nspr/.checksum -------------------------------------------------------------------------------- /ports/nspr/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/nspr/Pkgfile -------------------------------------------------------------------------------- /ports/nss/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/nss/.checksum -------------------------------------------------------------------------------- /ports/nss/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/nss/Pkgfile -------------------------------------------------------------------------------- /ports/nss/nss.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/nss/nss.pc.in -------------------------------------------------------------------------------- /ports/ocaml/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/ocaml/.checksum -------------------------------------------------------------------------------- /ports/ocaml/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/ocaml/Pkgfile -------------------------------------------------------------------------------- /ports/opam/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/opam/.checksum -------------------------------------------------------------------------------- /ports/opam/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/opam/Pkgfile -------------------------------------------------------------------------------- /ports/opencc/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/opencc/Pkgfile -------------------------------------------------------------------------------- /ports/openssh/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/openssh/Pkgfile -------------------------------------------------------------------------------- /ports/openssl/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/openssl/Pkgfile -------------------------------------------------------------------------------- /ports/opus/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/opus/.checksum -------------------------------------------------------------------------------- /ports/opus/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/opus/Pkgfile -------------------------------------------------------------------------------- /ports/p11-kit/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/p11-kit/Pkgfile -------------------------------------------------------------------------------- /ports/p7zip/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/p7zip/.checksum -------------------------------------------------------------------------------- /ports/p7zip/7z.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/p7zip/7z.patch -------------------------------------------------------------------------------- /ports/p7zip/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/p7zip/Pkgfile -------------------------------------------------------------------------------- /ports/pahole/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/pahole/Pkgfile -------------------------------------------------------------------------------- /ports/pam/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/pam/.checksum -------------------------------------------------------------------------------- /ports/pam/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/pam/Pkgfile -------------------------------------------------------------------------------- /ports/pam/other: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/pam/other -------------------------------------------------------------------------------- /ports/pam/system-auth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/pam/system-auth -------------------------------------------------------------------------------- /ports/pango/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/pango/.checksum -------------------------------------------------------------------------------- /ports/pango/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/pango/Pkgfile -------------------------------------------------------------------------------- /ports/patch/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/patch/.checksum -------------------------------------------------------------------------------- /ports/patch/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/patch/Pkgfile -------------------------------------------------------------------------------- /ports/patch/b5a91a01e5d0897facdd0f49d64b76b0f02b43e1.patch: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ports/pcre2/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/pcre2/.checksum -------------------------------------------------------------------------------- /ports/pcre2/.metadata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/pcre2/.metadata -------------------------------------------------------------------------------- /ports/pcre2/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/pcre2/Pkgfile -------------------------------------------------------------------------------- /ports/perl/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/perl/.checksum -------------------------------------------------------------------------------- /ports/perl/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/perl/Pkgfile -------------------------------------------------------------------------------- /ports/perl/perlbin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/perl/perlbin.sh -------------------------------------------------------------------------------- /ports/picocom/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/picocom/Pkgfile -------------------------------------------------------------------------------- /ports/pixman/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/pixman/Pkgfile -------------------------------------------------------------------------------- /ports/pkgconf/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/pkgconf/Pkgfile -------------------------------------------------------------------------------- /ports/podman/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/podman/Pkgfile -------------------------------------------------------------------------------- /ports/podman/docker.sysusers: -------------------------------------------------------------------------------- 1 | g docker - - 2 | -------------------------------------------------------------------------------- /ports/poppler/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/poppler/Pkgfile -------------------------------------------------------------------------------- /ports/popt/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/popt/.checksum -------------------------------------------------------------------------------- /ports/popt/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/popt/Pkgfile -------------------------------------------------------------------------------- /ports/psmisc/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/psmisc/Pkgfile -------------------------------------------------------------------------------- /ports/python3/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/python3/Pkgfile -------------------------------------------------------------------------------- /ports/rpcbind/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/rpcbind/Pkgfile -------------------------------------------------------------------------------- /ports/rsync/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/rsync/.checksum -------------------------------------------------------------------------------- /ports/rsync/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/rsync/Pkgfile -------------------------------------------------------------------------------- /ports/ruby/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/ruby/.checksum -------------------------------------------------------------------------------- /ports/ruby/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/ruby/Pkgfile -------------------------------------------------------------------------------- /ports/rust/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/rust/.checksum -------------------------------------------------------------------------------- /ports/rust/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/rust/Pkgfile -------------------------------------------------------------------------------- /ports/rust/bash.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/rust/bash.patch -------------------------------------------------------------------------------- /ports/sbc/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/sbc/.checksum -------------------------------------------------------------------------------- /ports/sbc/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/sbc/Pkgfile -------------------------------------------------------------------------------- /ports/sdl2/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/sdl2/.checksum -------------------------------------------------------------------------------- /ports/sdl2/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/sdl2/Pkgfile -------------------------------------------------------------------------------- /ports/seatd/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/seatd/.checksum -------------------------------------------------------------------------------- /ports/seatd/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/seatd/Pkgfile -------------------------------------------------------------------------------- /ports/sed/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/sed/.checksum -------------------------------------------------------------------------------- /ports/sed/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/sed/Pkgfile -------------------------------------------------------------------------------- /ports/shadow/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/shadow/Pkgfile -------------------------------------------------------------------------------- /ports/shadow/chpasswd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/shadow/chpasswd -------------------------------------------------------------------------------- /ports/shadow/newusers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/shadow/newusers -------------------------------------------------------------------------------- /ports/shadow/passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/shadow/passwd -------------------------------------------------------------------------------- /ports/slurp/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/slurp/.checksum -------------------------------------------------------------------------------- /ports/slurp/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/slurp/Pkgfile -------------------------------------------------------------------------------- /ports/speex/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/speex/.checksum -------------------------------------------------------------------------------- /ports/speex/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/speex/Pkgfile -------------------------------------------------------------------------------- /ports/sqlite/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/sqlite/Pkgfile -------------------------------------------------------------------------------- /ports/strace/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/strace/Pkgfile -------------------------------------------------------------------------------- /ports/sudo/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/sudo/.checksum -------------------------------------------------------------------------------- /ports/sudo/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/sudo/Pkgfile -------------------------------------------------------------------------------- /ports/sudo/musl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/sudo/musl.patch -------------------------------------------------------------------------------- /ports/sudo/sudo.pam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/sudo/sudo.pam -------------------------------------------------------------------------------- /ports/systemd/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/systemd/Pkgfile -------------------------------------------------------------------------------- /ports/systemd/loader.conf: -------------------------------------------------------------------------------- 1 | default noname 2 | -------------------------------------------------------------------------------- /ports/tar/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/tar/.checksum -------------------------------------------------------------------------------- /ports/tar/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/tar/Pkgfile -------------------------------------------------------------------------------- /ports/texinfo/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/texinfo/Pkgfile -------------------------------------------------------------------------------- /ports/tllist/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/tllist/Pkgfile -------------------------------------------------------------------------------- /ports/tracy/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/tracy/.checksum -------------------------------------------------------------------------------- /ports/tracy/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/tracy/Pkgfile -------------------------------------------------------------------------------- /ports/tzdata/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/tzdata/Pkgfile -------------------------------------------------------------------------------- /ports/ufw/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/ufw/.checksum -------------------------------------------------------------------------------- /ports/ufw/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/ufw/Pkgfile -------------------------------------------------------------------------------- /ports/ufw/service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/ufw/service -------------------------------------------------------------------------------- /ports/unzip/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/unzip/.checksum -------------------------------------------------------------------------------- /ports/unzip/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/unzip/Pkgfile -------------------------------------------------------------------------------- /ports/vulkan/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/vulkan/Pkgfile -------------------------------------------------------------------------------- /ports/wayland/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/wayland/Pkgfile -------------------------------------------------------------------------------- /ports/wbg/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/wbg/.checksum -------------------------------------------------------------------------------- /ports/wbg/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/wbg/Pkgfile -------------------------------------------------------------------------------- /ports/wget/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/wget/.checksum -------------------------------------------------------------------------------- /ports/wget/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/wget/Pkgfile -------------------------------------------------------------------------------- /ports/which/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/which/.checksum -------------------------------------------------------------------------------- /ports/which/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/which/Pkgfile -------------------------------------------------------------------------------- /ports/x264/.checksum: -------------------------------------------------------------------------------- 1 | x264 0a84d986e7020f8344f00752e3600b9769cc1e85 2 | -------------------------------------------------------------------------------- /ports/x264/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/x264/Pkgfile -------------------------------------------------------------------------------- /ports/xxd/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/xxd/.checksum -------------------------------------------------------------------------------- /ports/xxd/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/xxd/Pkgfile -------------------------------------------------------------------------------- /ports/xxd/xxd.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/xxd/xxd.1 -------------------------------------------------------------------------------- /ports/xxd/xxd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/xxd/xxd.c -------------------------------------------------------------------------------- /ports/xz/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/xz/.checksum -------------------------------------------------------------------------------- /ports/xz/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/xz/Pkgfile -------------------------------------------------------------------------------- /ports/yajl/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/yajl/.checksum -------------------------------------------------------------------------------- /ports/yajl/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/yajl/Pkgfile -------------------------------------------------------------------------------- /ports/yambar/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/yambar/Pkgfile -------------------------------------------------------------------------------- /ports/zig/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/zig/.checksum -------------------------------------------------------------------------------- /ports/zig/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/zig/Pkgfile -------------------------------------------------------------------------------- /ports/zig/musl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/zig/musl.patch -------------------------------------------------------------------------------- /ports/zip/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/zip/.checksum -------------------------------------------------------------------------------- /ports/zip/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/zip/Pkgfile -------------------------------------------------------------------------------- /ports/zlib/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/zlib/.checksum -------------------------------------------------------------------------------- /ports/zlib/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/zlib/Pkgfile -------------------------------------------------------------------------------- /ports/zstd/.checksum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/zstd/.checksum -------------------------------------------------------------------------------- /ports/zstd/Pkgfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/ports/zstd/Pkgfile -------------------------------------------------------------------------------- /scripts/.calpine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/scripts/.calpine -------------------------------------------------------------------------------- /scripts/.carch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/scripts/.carch -------------------------------------------------------------------------------- /scripts/.caur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/scripts/.caur -------------------------------------------------------------------------------- /scripts/.cvoid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/scripts/.cvoid -------------------------------------------------------------------------------- /scripts/lists_of_base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/scripts/lists_of_base -------------------------------------------------------------------------------- /scripts/lists_of_dev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/scripts/lists_of_dev -------------------------------------------------------------------------------- /scripts/package: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/scripts/package -------------------------------------------------------------------------------- /scripts/relocating: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/scripts/relocating -------------------------------------------------------------------------------- /scripts/requiredby: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/scripts/requiredby -------------------------------------------------------------------------------- /scripts/upload: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhebox/noname-linux/HEAD/scripts/upload --------------------------------------------------------------------------------