void-packages/srcpkgs/xclock/template
2019-07-15 09:53:22 +02:00

17 lines
549 B
Bash

# Template file for 'xclock'
pkgname=xclock
version=1.0.9
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config xorg-util-macros"
makedepends="libXmu-devel libXaw-devel libxkbfile-devel libXft-devel"
short_desc="Analog and digital clock for X"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="http://www.x.org/archive/X11R6.8.1/doc/xclock.1.html"
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
checksum=cf461fb2c6f2ac42c54d8429ee2010fdb9a1442a370adfbfe8a7bfaf33c123bb
post_install() {
vlicense COPYING
}