18 lines
453 B
Bash
18 lines
453 B
Bash
# Template file for 'pc'
|
|
pkgname=pc
|
|
version=0.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
hostmakedepends="byacc"
|
|
short_desc="Programmer's calculator"
|
|
maintainer="Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://git.sr.ht/~ft/pc"
|
|
distfiles="https://git.sr.ht/~ft/pc/archive/${version}.tar.gz"
|
|
checksum=5e9811ee3fdb8a25724a82f96e368aa43f4f60a64e011a8250b3f02cde86ad82
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|