We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d52672 commit 0e841deCopy full SHA for 0e841de
1 file changed
srcpkgs/surge/template
@@ -0,0 +1,17 @@
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
+short_desc="Blazing fast TUI download manager built in Go"
8
+maintainer="rayfadh <rayfadh@duck.com>"
9
+license="MIT"
10
+homepage="https://github.com/surge-downloader/surge"
11
+changelog="https://github.com/surge-downloader/surge/releases"
12
+distfiles="https://github.com/surge-downloader/surge/archive/refs/tags/v${version}.tar.gz"
13
+checksum=c52831a2aa5609c6261fbc54b3f38ca2680738657a27f784b3bf87c21faa2578
14
+
15
+post_install() {
16
+ vlicense LICENSE
17
+}
0 commit comments