aboutsummaryrefslogtreecommitdiff
path: root/paku.json
diff options
context:
space:
mode:
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"
+ ]
+ }
}