mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
New package: gister-0.5.0 (#648)
This commit is contained in:
parent
379376038b
commit
6cbecaca80
1 changed files with 16 additions and 0 deletions
16
srcpkgs/gister/template
Normal file
16
srcpkgs/gister/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'gister'
|
||||
pkgname=gister
|
||||
version=0.5.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/viyatb/gister
|
||||
short_desc="Command line app to create Gists in Go"
|
||||
maintainer="travankor <travankor@tuta.io>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/viyatb/gister"
|
||||
distfiles="https://github.com/viyatb/gister/archive/v${version}.tar.gz"
|
||||
checksum=0cb0d739c91ccf93b61885ceb1b5f456367f67439527ba4977ae8e5b7002faca
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
}
|
Loading…
Add table
Reference in a new issue