Skip to content

Commit 0e841de

Browse files
committed
New package: surge-0.6.6
1 parent 6d52672 commit 0e841de

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

srcpkgs/surge/template

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

Comments
 (0)