aboutsummaryrefslogtreecommitdiff
path: root/paku.json
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-20 14:37:34 -0300
committerEuAndreh <eu@euandre.org>2023-03-21 07:34:35 -0300
commit58167062f674cbc5ac97991a921a1ac92118101c (patch)
treed39312ce189e459a46b0d1d41ffedf1e1c1063fa /paku.json
parentqueue.scm: Remove (mail-in-home? ...) option from Postfix and Dovecot (diff)
downloadpackage-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.json41
1 files changed, 26 insertions, 15 deletions
diff --git a/paku.json b/paku.json
index 89c006a..ec7e926 100644
--- a/paku.json
+++ b/paku.json
@@ -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"
+ ]
+ }
}