aboutsummaryrefslogtreecommitdiff
path: root/src/bin/paku.in (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/bin/paku.in: Remove duplicate logic from templates, put it in paku.lockEuAndreh2023-03-311-28/+20
* paku.lock: Generate this file from src/bin/paku.inEuAndreh2023-03-311-2/+206
* paku.lock: s/packages/pkgs/EuAndreh2023-03-291-10/+10
* paku.lock: Separate "version" and "vversion"EuAndreh2023-03-291-18/+17
* src/bin/paku.in: Generate build.nixEuAndreh2023-03-291-0/+15
* src/bin/paku.in: Remove "-latest" suffix from HTML idsEuAndreh2023-03-291-4/+7
* src/bin/paku.in: Move abuild(1) tmpdirs into .abuild/ to make more them ignor...EuAndreh2023-03-291-0/+6
* 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". EuAndreh2023-03-291-8/+8
* src/bin/paku.in: Namespace debian directories to .paku/debian/*EuAndreh2023-03-291-22/+22
* src/bin/paku.in: Parameterize Alpine subpackages via paku.lockEuAndreh2023-03-291-1/+9
* Use abuild(1) to build ".apk" packagesEuAndreh2023-03-291-87/+72
* src/bin/paku.in: Add WIP version of Alpine support, based off of DebianEuAndreh2023-03-281-0/+154
* src/bin/paku.in, Makefile: Use "debian.out.txt" to communicate output filesEuAndreh2023-03-281-3/+5
* src/bin/paku.in: Small tweaks on HTML outputEuAndreh2023-03-281-3/+3
* src/bin/paku.in: Use gexps for #:make-flagsEuAndreh2023-03-281-1/+1
* src/bin/paku.in: Simplify emission of Debian makefileEuAndreh2023-03-251-4/+8
* src/bin/paku.in: Name .deb files with "latest" instead of commit hashEuAndreh2023-03-251-2/+8
* src/bin/paku.in: Add "PREFIX=#{prefix}" to all make calls in homebrewEuAndreh2023-03-241-2/+2
* src/bin/paku.in: Move "datadir" to paku.lockEuAndreh2023-03-241-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. EuAndreh2023-03-241-7/+22
* paku.lock: Split maintainer name from emailEuAndreh2023-03-241-1/+1
* Use manual echo to /etc/apt/sources.list over apt-add-repositoryEuAndreh2023-03-231-4/+5
* src/bin/paku.in: Use simpler dependency for public-keyEuAndreh2023-03-231-1/+1
* src/bin/paku.in: Enable license mapping to be extended or overriden from paku...EuAndreh2023-03-231-7/+9
* src/bin/paku.in: Allow dependency mapping to change in numberEuAndreh2023-03-231-6/+17
* src/bin/paku.in: Simplify Debian using less variablesEuAndreh2023-03-231-48/+25
* src/bin/paku.in: Add dark-mode CSSEuAndreh2023-03-231-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. EuAndreh2023-03-221-0/+726