19 lines
577 B
Bash
19 lines
577 B
Bash
# Template file for 'pony-stable'
|
|
pkgname=pony-stable
|
|
version=0.2.2
|
|
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=8fca5f0f600e695d648200a7492c5d8cea82581f4e4e138f0bb621911d9e4c13
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|