mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
New package: kurly-1.0.0
This commit is contained in:
parent
06a846201f
commit
6a56d7bb34
1 changed files with 17 additions and 0 deletions
17
srcpkgs/kurly/template
Normal file
17
srcpkgs/kurly/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'kurly'
|
||||||
|
pkgname=kurly
|
||||||
|
version=1.0.0
|
||||||
|
revision=1
|
||||||
|
build_style=go
|
||||||
|
go_import_path="github.com/davidjpeacock/kurly"
|
||||||
|
hostmakedepends="git"
|
||||||
|
short_desc="Alternative to the widely popular curl program"
|
||||||
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://github.com/davidjpeacock/kurly"
|
||||||
|
distfiles="https://github.com/davidjpeacock/kurly/archive/v${version}.tar.gz"
|
||||||
|
checksum=5f75b48af69aa30651485d31949b13afa7ceb3a28617e7e02b28b89322277015
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue