New package: surge-0.6.9

This commit is contained in:
rayfadh
2026-03-14 22:24:46 +01:00
committed by Duncan Overbruck
parent 553b530bd9
commit cb43d86530
+18
View File
@@ -0,0 +1,18 @@
# Template file for 'surge'
pkgname=surge
version=0.6.9
revision=1
build_style=go
go_import_path=github.com/surge-downloader/surge
go_ldflags="-X ${go_import_path}/cmd.Version=${version}"
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=95b13483f130350ee1e44d51ab75c240e6c803cfbf669ea093f4441ce079ea5f
post_install() {
vlicense LICENSE
}