| Commit message (Expand) | Author | Age | Files | Lines |
* | src/bin/paku.in: Remove duplicate logic from templates, put it in paku.lock | EuAndreh | 2023-03-31 | 1 | -28/+20 |
* | paku.lock: Generate this file from src/bin/paku.in | EuAndreh | 2023-03-31 | 2 | -62/+207 |
* | paku.lock: s/packages/pkgs/ | EuAndreh | 2023-03-29 | 1 | -10/+10 |
* | paku.lock: Separate "version" and "vversion" | EuAndreh | 2023-03-29 | 1 | -18/+17 |
* | src/bin/paku.in: Generate build.nix | EuAndreh | 2023-03-29 | 1 | -0/+15 |
* | src/bin/paku.in: Remove "-latest" suffix from HTML ids | EuAndreh | 2023-03-29 | 1 | -4/+7 |
* | src/bin/paku.in: Move abuild(1) tmpdirs into .abuild/ to make more them ignor... | EuAndreh | 2023-03-29 | 6 | -0/+36 |
* | src/bin/paku.in: Better name for Debian directories..."builddirs" is only the installation target, so now it is "destdirs".
"checkouts" are where the package is actually built, so now it is
"builddirs".
| EuAndreh | 2023-03-29 | 1 | -8/+8 |
* | src/bin/paku.in: Namespace debian directories to .paku/debian/* | EuAndreh | 2023-03-29 | 1 | -22/+22 |
* | src/bin/paku.in: Parameterize Alpine subpackages via paku.lock | EuAndreh | 2023-03-29 | 2 | -2/+10 |
* | src/secrets/eu@euandre.org.rsa: Rotate keypair | EuAndreh | 2023-03-29 | 2 | -78/+78 |
* | Use abuild(1) to build ".apk" packages | EuAndreh | 2023-03-29 | 8 | -87/+310 |
* | Revert "mv Formula/ src/homebrew/"...This reverts commit c5e9b62f0193ce802955ebdc8c128a21f3ca3097.
The "Formula/" path is indeed hardcoded:
https://github.com/Homebrew/brew//blob/fb70af3977b9599f561b05a6237912bf87aa7014/Library/Homebrew/formula_path.sh#L52
| EuAndreh | 2023-03-29 | 5 | -85/+0 |
* | mv Formula/ src/homebrew/ | EuAndreh | 2023-03-28 | 5 | -0/+85 |
* | src/bin/paku.in: Add WIP version of Alpine support, based off of Debian | EuAndreh | 2023-03-28 | 1 | -0/+154 |
* | src/bin/paku.in, Makefile: Use "debian.out.txt" to communicate output files | EuAndreh | 2023-03-28 | 1 | -3/+5 |
* | src/bin/paku.in: Small tweaks on HTML output | EuAndreh | 2023-03-28 | 1 | -3/+3 |
* | src/bin/paku.in: Use gexps for #:make-flags | EuAndreh | 2023-03-28 | 2 | -6/+6 |
* | Revert "queue.scm: Since Postfix uses start-fg, get rid of the #:pid-file arg......This reverts commit ad82613439203f497ae773bcad399d28f71418e7.
| EuAndreh | 2023-03-28 | 1 | -1/+2 |
* | queue.scm: Since Postfix uses start-fg, get rid of the #:pid-file argument | EuAndreh | 2023-03-27 | 1 | -2/+1 |
* | src/bin/paku.in: Simplify emission of Debian makefile | EuAndreh | 2023-03-25 | 1 | -4/+8 |
* | src/bin/paku.in: Name .deb files with "latest" instead of commit hash | EuAndreh | 2023-03-25 | 1 | -2/+8 |
* | src/bin/paku.in: Add "PREFIX=#{prefix}" to all make calls in homebrew | EuAndreh | 2023-03-24 | 1 | -2/+2 |
* | src/bin/paku.in: Move "datadir" to paku.lock | EuAndreh | 2023-03-24 | 1 | -10/+37 |
* | src/bin/paku.in: Emit Makefile for generating $NAME.key for Guix channel...Instead of doing it inline in the Makefile with clever Perl one-liners.
BONUS: add missing ".POSIX:" to the debian.mk file.
| EuAndreh | 2023-03-24 | 1 | -7/+22 |
* | paku.lock: Split maintainer name from email | EuAndreh | 2023-03-24 | 1 | -1/+1 |
* | Use manual echo to /etc/apt/sources.list over apt-add-repository | EuAndreh | 2023-03-23 | 1 | -4/+5 |
* | src/bin/paku.in: Use simpler dependency for public-key | EuAndreh | 2023-03-23 | 1 | -1/+1 |
* | src/bin/paku.in: Enable license mapping to be extended or overriden from paku... | EuAndreh | 2023-03-23 | 1 | -7/+9 |
* | src/bin/paku.in: Allow dependency mapping to change in number | EuAndreh | 2023-03-23 | 1 | -6/+17 |
* | src/bin/paku.in: Simplify Debian using less variables | EuAndreh | 2023-03-23 | 1 | -48/+25 |
* | src/bin/paku.in: Add dark-mode CSS | EuAndreh | 2023-03-23 | 1 | -1/+33 |
* | git mv src/bin/paku src/bin/paku.in...Use the derived version without the ".in" suffix as the executable one,
and remove the explicit "perl src/bin/paku" invocation with a simple
"paku" one.
| EuAndreh | 2023-03-22 | 1 | -2/+2 |
* | src/bin/paku: Explain how to have a file as overlay for Nix | EuAndreh | 2023-03-22 | 1 | -1/+25 |
* | src/bin/paku: Fix Guix package names in HTML outputs...Follow-up on b62c88aba03eb80ef7df80d6c27696aec6e73c00.
| EuAndreh | 2023-03-22 | 1 | -2/+3 |
* | src/bin/paku: Get license and repository information from paku.lock | EuAndreh | 2023-03-22 | 1 | -9/+26 |
* | src/bin/paku: Use homepage, changelog and downloads-page from paku.lock directly | EuAndreh | 2023-03-22 | 1 | -6/+6 |
* | src/bin/paku: Improve name of package variants | EuAndreh | 2023-03-22 | 2 | -8/+9 |
* | src/bin/paku: Show better versions on HTML | EuAndreh | 2023-03-22 | 1 | -3/+4 |
* | Remove redundant "-latest" variants of packages in Guix and Nix | EuAndreh | 2023-03-22 | 2 | -43/+13 |
* | Support Homebrew | EuAndreh | 2023-03-22 | 1 | -5/+65 |
* | src/bin/paku: Get Base64 from paku.lock instead of calculating it | EuAndreh | 2023-03-22 | 1 | -7/+3 |
* | src/bin/paku: Add "debian-packages" action, do not depend on dpkg-scanpackages | EuAndreh | 2023-03-21 | 1 | -8/+49 |
* | src/bin/paku: Use "label" field from paku.lock | EuAndreh | 2023-03-21 | 1 | -33/+12 |
* | src/bin/paku: First-ish version of HTML output | EuAndreh | 2023-03-21 | 1 | -0/+172 |
* | src/bin/paku: Turn value of $dir into Make variable $(DIR) | EuAndreh | 2023-03-21 | 1 | -27/+29 |
* | src/bin/paku: General cleanup and tidyness | EuAndreh | 2023-03-21 | 2 | -186/+201 |
* | paku.lock: Use flat format for packages | EuAndreh | 2023-03-21 | 1 | -194/+188 |
* | src/bin/paku: Use list of strings over multiple loops | EuAndreh | 2023-03-21 | 1 | -100/+59 |
* | Use stripped "-latest" name in package official name too | EuAndreh | 2023-03-21 | 2 | -3/+12 |