There was an error while loading. Please reload this page.
1 parent e8c22ea commit 799c01bCopy full SHA for 799c01b
2 files changed
user/goop/template.py
@@ -0,0 +1,17 @@
1
+pkgname = "goop"
2
+pkgver = "0_git20250503"
3
+_commit = "5865759563e115aa1ba75268aa40bb42ecac82dc"
4
+pkgrel = 0
5
+build_style = "go"
6
+hostmakedepends = ["go"]
7
+pkgdesc = "Website git repository dumping tool"
8
+license = "MIT"
9
+url = "https://github.com/nyancrimew/goop"
10
+source = f"{url}/archive/{_commit}.zip"
11
+sha256 = "6fb1d27132d2ebc95c08157844d666723d23f1fc7a27cc646e8f0c22cd179438"
12
+# no tests
13
+options = ["!check"]
14
+
15
16
+def post_install(self):
17
+ self.install_license("LICENSE")
user/goop/update.py
@@ -0,0 +1,2 @@
+# no numbered versions
+ignore = True
0 commit comments