New package: gx-0.12.0
This commit is contained in:
parent
d24395ce2c
commit
1978d7245c
1 changed files with 17 additions and 0 deletions
17
srcpkgs/gx/template
Normal file
17
srcpkgs/gx/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'gx'
|
||||
pkgname=gx
|
||||
version=0.12.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/whyrusleeping/gx"
|
||||
hostmakedepends="git"
|
||||
short_desc="The language-agnostic, universal package manager around IPFS"
|
||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/whyrusleeping/gx"
|
||||
distfiles="https://github.com/whyrusleeping/gx/archive/v${version}.tar.gz"
|
||||
checksum=a42ebd0d886b772c5315afc9e8eaf4012fdabc1bcbb4d6eb4f6d2977d6375c41
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue