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
14 changes: 14 additions & 0 deletions srcpkgs/gama/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Template file for 'gama'
pkgname=gama
version=1.2.1
revision=1
build_style=go
go_import_path="github.com/termkit/gama"
short_desc="Manage your GitHub Actions from Terminal with great UI"
maintainer="zenobit <zenobit@disroot.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/termkit/gama"
distfiles="https://github.com/termkit/gama/archive/refs/tags/v${version}.tar.gz"
checksum=d2fad1280142b0cc8cb311a5e328590feb0c5a1642c47e3f8e0aaf1b713f6c7b
make_check=no # Require GitHub Personal Access Token
export ldflags="-s -w -X main.Version=${version}"