diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-22 16:43:36 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-22 16:43:36 +0200 |
commit | 82571a9f052608484db10ad04fb9d0665e0fafd3 (patch) | |
tree | 03722f1be83de4af925934468707572b40beb327 /dist/archlinux/stable/PKGBUILD | |
parent | add rationale to readme (diff) | |
download | sleep-until-82571a9f052608484db10ad04fb9d0665e0fafd3.tar.gz sleep-until-82571a9f052608484db10ad04fb9d0665e0fafd3.tar.bz2 sleep-until-82571a9f052608484db10ad04fb9d0665e0fafd3.tar.xz |
Change license, change style, remove info manual, flat dir hier2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-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 64cb4c3..0000000 --- a/dist/archlinux/stable/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> - -pkgname=sleep-until -pkgver=1 -pkgrel=1 -pkgdesc='Sleep until a specified time' -arch=('i686' 'x86_64') -url='https://github.com/maandree/sleep-until' -license=('AGPL3') -depends=('linux>=2.6.25' 'glibc>=2.8') -makedepends=('glibc>=2.8' 'gcc' 'general-preprocessor' 'grep' 'texinfo' 'auto-auto-complete') -install=sleep-until.install -source=(https://github.com/maandree/sleep-until/archive/$pkgver.tar.gz) -sha256sums=(fa1776be3f29c550f6eff48bcf714c76fcf399f1c7bac1d7306c5abc7fe14e17) - - -build() { - cd "$srcdir/sleep-until-$pkgver" - make command info shell -} - -package() { - cd "$srcdir/sleep-until-$pkgver" - make DESTDIR="$pkgdir" install-base install-info install-man install-shell -} - |