mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: peru-1.2.0
This commit is contained in:
parent
af9e87d231
commit
a92b12ea85
1 changed files with 20 additions and 0 deletions
20
srcpkgs/peru/template
Normal file
20
srcpkgs/peru/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'peru'
|
||||||
|
pkgname=peru
|
||||||
|
version=1.2.0
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="peru"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="curl git mercurial python3 python3-docopt python3-yaml"
|
||||||
|
short_desc="Tool for fetching code"
|
||||||
|
maintainer="Andy Weidenbaum <archbaum@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/buildinspace/peru"
|
||||||
|
distfiles="https://github.com/buildinspace/peru/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=fb0fb02639e1c5403c9a6ddfd9719c5ea5ddf69fb440fbcfafe234470645e1dc
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
vdoc README.md
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue