18 lines
443 B
Bash
18 lines
443 B
Bash
# Template file for 'pc'
|
|
pkgname=pc
|
|
version=0.4
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
hostmakedepends="byacc"
|
|
short_desc="Programmer's calculator"
|
|
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://git.sr.ht/~ft/pc"
|
|
distfiles="https://git.sr.ht/~ft/pc/archive/${version}.tar.gz"
|
|
checksum=16655b9bddbe76fce94c1deb792f4061782dd665829fda886891a174286e3241
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|