aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* queue.scm: Stop disabling #:tests? in "go-full"EuAndreh2024-08-051-1/+0
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 4cc791f941dc208f520a9903661abc90f7612e85 git notes --ref=refs/notes/ci-data show 4cc791f941dc208f520a9903661abc90f7612e85 Exit status: 0 Duration: 0
* queue.scm: Add "go-full" packageEuAndreh2024-08-031-0/+28
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 2a9a65b876831994cfe25b993b78503cf466a3b9 git notes --ref=refs/notes/ci-data show 2a9a65b876831994cfe25b993b78503cf466a3b9 Exit status: 0 Duration: 0
* packages.scm: Update eutEuAndreh2024-05-101-2/+2
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 90f3e83030873a996e1c191dda3124433c149f97 git notes --ref=refs/notes/ci-data show 90f3e83030873a996e1c191dda3124433c149f97 Exit status: 0 Duration: 0
* packages.scm: Define "eut" with (pkg ...) and update itEuAndreh2024-05-101-27/+6
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 84480bbeebbcac107ecf293d386632fa8a8d06ba git notes --ref=refs/notes/ci-data show 84480bbeebbcac107ecf293d386632fa8a8d06ba Exit status: 0 Duration: 0
* packages.scm: Add packages: cage, nicely and qEuAndreh2024-05-101-0/+45
|
* packages.scm: Add eutEuAndreh2024-05-101-0/+28
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 3e5f34ddbf194d6ea48e5f7ae2f13c78cb9fba07 git notes --ref=refs/notes/ci-data show 3e5f34ddbf194d6ea48e5f7ae2f13c78cb9fba07 Exit status: 0 Duration: 0
* src/org/euandre/queue.scm: Stop propagating python-setuptools on ↵EuAndreh2024-02-011-1/+1
| | | | | | | | | | | | "python-telegram-bot" Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show ee1f82f59dacabf2d76632d0709708d081f24275 git notes --ref=refs/notes/ci-data show ee1f82f59dacabf2d76632d0709708d081f24275 Exit status: 0 Duration: 0
* queue.scm: Disable tests for mailutils-sendmailEuAndreh2023-05-131-0/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 24f3846950b7cb953daf7a448a84f5087e9010d8 git notes --ref=refs/notes/ci-data show 24f3846950b7cb953daf7a448a84f5087e9010d8 Exit status: 0 Duration: 0
* queue.scm: Use tornado 6 with python-telegram-botEuAndreh2023-05-071-1/+1
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 66913c7c1a05324cf9707b08b12dec6476460d49 git notes --ref=refs/notes/ci-data show 66913c7c1a05324cf9707b08b12dec6476460d49 Exit status: 0 Duration: 0
* queue.scm: Add "pax-utils" packageEuAndreh2023-04-021-0/+25
| | | | | | | | | Notes: See CI logs with: git notes --ref=refs/notes/ci-logs show 5c2836a338de43540b52bd519a9eae58d8d22890 git notes --ref=refs/notes/ci-data show 5c2836a338de43540b52bd519a9eae58d8d22890 Exit status: 0 Duration: 0
* src/org/euandre/packages.scm: Recover guile-heredoc, which is being used in prodEuAndreh2023-03-311-1/+60
|
* queue.scm: Add hunspell UTF-8 dictionariesEuAndreh2023-03-311-0/+47
|
* 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-312-62/+207
|
* 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 ↵EuAndreh2023-03-296-0/+36
| | | | ignorable
* src/bin/paku.in: Better name for Debian directoriesEuAndreh2023-03-291-8/+8
| | | | | | | "builddirs" is only the installation target, so now it is "destdirs". "checkouts" are where the package is actually built, so now it is "builddirs".
* 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-292-2/+10
|
* src/secrets/eu@euandre.org.rsa: Rotate keypairEuAndreh2023-03-292-78/+78
|
* Use abuild(1) to build ".apk" packagesEuAndreh2023-03-298-87/+310
|
* Revert "mv Formula/ src/homebrew/"EuAndreh2023-03-295-85/+0
| | | | | | | This reverts commit c5e9b62f0193ce802955ebdc8c128a21f3ca3097. The "Formula/" path is indeed hardcoded: https://github.com/Homebrew/brew//blob/fb70af3977b9599f561b05a6237912bf87aa7014/Library/Homebrew/formula_path.sh#L52
* mv Formula/ src/homebrew/EuAndreh2023-03-285-0/+85
|
* 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-282-6/+6
|
* Revert "queue.scm: Since Postfix uses start-fg, get rid of the #:pid-file ↵EuAndreh2023-03-281-1/+2
| | | | | | argument" This reverts commit ad82613439203f497ae773bcad399d28f71418e7.
* queue.scm: Since Postfix uses start-fg, get rid of the #:pid-file argumentEuAndreh2023-03-271-2/+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 channelEuAndreh2023-03-241-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 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 ↵EuAndreh2023-03-231-7/+9
| | | | paku.lock
* 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.inEuAndreh2023-03-221-2/+2
| | | | | | 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.
* src/bin/paku: Explain how to have a file as overlay for NixEuAndreh2023-03-221-1/+25
|
* src/bin/paku: Fix Guix package names in HTML outputsEuAndreh2023-03-221-2/+3
| | | | Follow-up on b62c88aba03eb80ef7df80d6c27696aec6e73c00.
* src/bin/paku: Get license and repository information from paku.lockEuAndreh2023-03-221-9/+26
|
* src/bin/paku: Use homepage, changelog and downloads-page from paku.lock directlyEuAndreh2023-03-221-6/+6
|
* src/bin/paku: Improve name of package variantsEuAndreh2023-03-222-8/+9
|