diff options
author | EuAndreh <eu@euandre.org> | 2023-03-20 14:37:34 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-21 07:34:35 -0300 |
commit | 58167062f674cbc5ac97991a921a1ac92118101c (patch) | |
tree | d39312ce189e459a46b0d1d41ffedf1e1c1063fa /paku.json | |
parent | queue.scm: Remove (mail-in-home? ...) option from Postfix and Dovecot (diff) | |
download | package-repository-58167062f674cbc5ac97991a921a1ac92118101c.tar.gz package-repository-58167062f674cbc5ac97991a921a1ac92118101c.tar.xz |
Big revamp of paku(1): now in Perl, genating Debian packages
Diffstat (limited to '')
-rw-r--r-- | paku.json | 41 |
1 files changed, 26 insertions, 15 deletions
@@ -1,18 +1,29 @@ { - "packages": [ - { - "name": "git-permalink", - "suffix": "", - "version": "0.3.1", - "type": "bin", - "description": "Git extension to generate web permalinks of files in a repository" + "tarball-template": "https://euandre.org/git/@name@/snapshot/@name@-@version@.tar.xz", + "repository-template": "https://euandre.org/git/@name@/", + "defaults": { + "format": ".tar.xz", + "maintainer": "EuAndreh <eu@euandre.org>", + "versions": { + "branches": [], + "tags": "all", + "latest": "main" }, - { - "name": "remembering", - "suffix": "", - "version": "0.2.1", - "type": "bin", - "description": "Add memory to dmenu, fzf and similar tools." - } - ] + "architectures": [ + "i386", + "x86_64", + "arm", + "aarch64" + ] + }, + "packages": { + "any": [ + "git-permalink", + "remembering", + "td" + ], + "all": [ + "guile-heredoc" + ] + } } |