From a759c2507b7384c3ead5f9bf94d06107890778fd Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 7 Feb 2021 09:00:49 +0100 Subject: Add mongotimer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- mongotimer/PKGBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 mongotimer/PKGBUILD (limited to 'mongotimer/PKGBUILD') diff --git a/mongotimer/PKGBUILD b/mongotimer/PKGBUILD new file mode 100644 index 0000000..ed07a9e --- /dev/null +++ b/mongotimer/PKGBUILD @@ -0,0 +1,21 @@ +# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se> + +pkgname=mongotimer +pkgver=1.0 +pkgrel=1 +pkgdesc='A humongous timer or stopwatch for the terminal' +arch=(any) +url='https://github.com/maandree/mongotimer' +license=('custom:ISC') +source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") +sha256sums=(cfb8d601804af0132e67d5d7187c7ba227d3bf88b87b6dded684ec4bff1e4a40) + +build() { + cd "$srcdir/mongotimer-$pkgver" + make PREFIX=/usr +} + +package() { + cd "$srcdir/mongotimer-$pkgver" + make PREFIX=/usr DESTDIR="$pkgdir" install +} -- cgit v1.2.3-70-g09d2