Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions srcpkgs/surge/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Template file for 'surge'
pkgname=surge
version=0.6.6
revision=1
build_style=go
go_import_path=github.com/surge-downloader/surge
short_desc="Blazing fast TUI download manager built in Go"
maintainer="rayfadh <rayfadh@duck.com>"
license="MIT"
homepage="https://github.com/surge-downloader/surge"
changelog="https://github.com/surge-downloader/surge/releases"
distfiles="https://github.com/surge-downloader/surge/archive/refs/tags/v${version}.tar.gz"
checksum=c52831a2aa5609c6261fbc54b3f38ca2680738657a27f784b3bf87c21faa2578

post_install() {
vlicense LICENSE
}