20 lines
577 B
Bash
20 lines
577 B
Bash
# Template file for 'pony-stable'
|
|
pkgname=pony-stable
|
|
version=0.2.0
|
|
revision=1
|
|
archs="x86_64"
|
|
build_style=gnu-makefile
|
|
make_install_args="prefix=/usr"
|
|
hostmakedepends="ponyc"
|
|
makedepends="libatomic-devel"
|
|
short_desc="Simple dependency manager for the Pony language"
|
|
maintainer="Brian Mitchell <brian@strmpnk.co>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://github.com/ponylang/pony-stable"
|
|
distfiles="https://github.com/ponylang/pony-stable/archive/${version}.tar.gz"
|
|
checksum=ed33a9523bc5eba7a9c738ede4e4dcef1755c485e6bfc0c58973c30908a1cb4d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|