We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d21a7 commit 014399aCopy full SHA for 014399a
1 file changed
srcpkgs/surge/template
@@ -0,0 +1,22 @@
1
+# Template file for 'surge'
2
+pkgname=surge
3
+version=0.6.6
4
+revision=1
5
+build_style=go
6
+go_import_path=github.com/surge-downloader/surge
7
+go_ldflags="-X ${go_import_path}/cmd.Version=${version}"
8
+short_desc="Blazing fast TUI download manager built in Go"
9
+maintainer="rayfadh <rayfadh@duck.com>"
10
+license="MIT"
11
+homepage="https://github.com/surge-downloader/surge"
12
+changelog="https://github.com/surge-downloader/surge/releases"
13
+distfiles="https://github.com/surge-downloader/surge/archive/refs/tags/v${version}.tar.gz"
14
+checksum=26d35d031e4de887bf619645101bb4e023210921c00b4eda7c97177080304b07
15
+
16
+do_check() {
17
+ go test -p "$XBPS_MAKEJOBS" ./...
18
+}
19
20
+post_install() {
21
+ vlicense LICENSE
22
0 commit comments