void-packages/srcpkgs/pc/template
Michal Vasilek db91b2734c pc: orphan
2022-12-25 17:13:02 +01:00

17 lines
432 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="Orphaned <orphan@voidlinux.org>"
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
}