diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-16 20:18:31 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-16 20:18:31 +0200 |
commit | ab46bf8016b253c9900cc3b3742e60c32ff4085d (patch) | |
tree | e04813af400f22f81de4ba7c5a178496f5828622 /dist/archlinux/stable/PKGBUILD | |
parent | update dist (diff) | |
download | mongoclock-ab46bf8016b253c9900cc3b3742e60c32ff4085d.tar.gz mongoclock-ab46bf8016b253c9900cc3b3742e60c32ff4085d.tar.bz2 mongoclock-ab46bf8016b253c9900cc3b3742e60c32ff4085d.tar.xz |
Update license, change style, simplify makefile, and do not use gpp2.3
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'dist/archlinux/stable/PKGBUILD')
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD deleted file mode 100644 index b77c0ed..0000000 --- a/dist/archlinux/stable/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> - -pkgname=mongoclock -pkgver=2.2 -pkgrel=2 -pkgdesc='Just a humongous clock for the terminal' -arch=(any) -url='https://github.com/maandree/mongoclock' -license=('GPL3') -depends=(glibc linux) -makedepends=(linux-api-headers general-preprocessor texinfo) -install=mongoclock.install -source=("${url}/archive/${pkgver}.tar.gz") -sha256sums=(ae2298905a2f729679fddaeb732183b95607438af62dca02bdf5ae0a1b29e950) - - -build() { - cd "$srcdir/mongoclock-$pkgver" - make -} - -package() { - cd "$srcdir/mongoclock-$pkgver" - make DESTDIR="${pkgdir}" install -} - |