21 lines
611 B
Bash
21 lines
611 B
Bash
|
# 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
|
||
|
}
|