Skip to content

Commit 799c01b

Browse files
committed
user/goop: new package
1 parent e8c22ea commit 799c01b

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

user/goop/template.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# no numbered versions
2+
ignore = True

0 commit comments

Comments
 (0)