18 lines
570 B
Bash
18 lines
570 B
Bash
# Template file for 'dateutils'
|
|
pkgname=dateutils
|
|
version=0.3.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="ax_cv_zoneinfo_tzdir=/usr/share/zoneinfo"
|
|
short_desc="Nifty command line date and time utilities"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="BSD"
|
|
homepage="http://www.fresse.org/dateutils/"
|
|
distfiles="https://bitbucket.org/hroptatyr/dateutils/downloads/${pkgname}-${version}.tar.xz"
|
|
checksum=cff341d3e6394627d98cb9643b9ca1235b839037ede58983c927df4f27ee31a7
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE
|
|
}
|