void-packages/srcpkgs/xcalc/template
2022-04-04 19:25:10 +02:00

17 lines
499 B
Bash

# Template file for 'xcalc'
pkgname=xcalc
version=1.1.1
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config xorg-util-macros"
makedepends="libXaw-devel"
short_desc="Scientific calculator for X"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="http://www.x.org/archive/X11R6.8.1/doc/xcalc.1.html"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
checksum=8cb08212c5322e8043f39b28699e13a43f000976c90b3c7fadd4fae2766326b4
post_install() {
vlicense COPYING
}