17 lines
466 B
Bash
17 lines
466 B
Bash
# Template file for 'grap'
|
|
pkgname=grap
|
|
version=1.48
|
|
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=89a1b02b162fbb4ad9827ebfe97a2b31f3923bf06996381a9e5f806d350584b9
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT LICENSE
|
|
}
|