summaryrefslogtreecommitdiff
path: root/community/datemath/PKGBUILD
blob: a36029d6d2a069cbeac69986eb1cca7004decb03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id: PKGBUILD 65110 2012-02-20 04:48:43Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Todd Musall <tmusall@comcast.net>
# Contributor: Todd Musall <tmusall@comcast.net>

pkgname=datemath
pkgver=2.0.10
pkgrel=3
pkgdesc="Command line date and time math utility."
arch=('i686' 'x86_64' 'mips64el')
url="http://www.unixwiz.net/tools/datemath.html"
license=("GPL")
depends=('glibc')
source=(http://www.unixwiz.net/tools/$pkgname.tar.gz)
md5sums=('2c369d70a43313b71dbe3c7cc50207de')

build() {
  cd $srcdir
  make
  install -D -m755 $srcdir/datemath $pkgdir/usr/bin/datemath
}