Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | EuAndreh | 2023-03-24 | 1 | -7/+22 |
| | | | | | | Instead of doing it inline in the Makefile with clever Perl one-liners. BONUS: add missing ".POSIX:" to the debian.mk file. | ||||
* | 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 ↵ | EuAndreh | 2023-03-23 | 1 | -7/+9 |
| | | | | paku.lock | ||||
* | 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 | EuAndreh | 2023-03-22 | 1 | -0/+726 |
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. |