16 lines
466 B
Bash
16 lines
466 B
Bash
# Template file for 'grap'
|
|
pkgname=grap
|
|
version=1.46
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="flex"
|
|
short_desc="Language for typesetting graphs"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://www.lunabase.org/~faber/Vault/software/grap/"
|
|
distfiles="${homepage}/grap-${version}.tar.gz"
|
|
checksum=7a8ecefdecfee96699913f2a412da68703911fa640bac3b964a413131f848bb4
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT LICENSE
|
|
}
|