We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d21a7 commit acc7e0eCopy full SHA for acc7e0e
1 file changed
srcpkgs/surge/template
@@ -0,0 +1,18 @@
1
+# Template file for 'surge'
2
+pkgname=surge
3
+version=0.6.9
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=95b13483f130350ee1e44d51ab75c240e6c803cfbf669ea093f4441ce079ea5f
15
+
16
+post_install() {
17
+ vlicense LICENSE
18
+}
0 commit comments