aboutsummaryrefslogtreecommitdiffstats
path: root/dist/archlinux/stable/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-12-07 15:00:49 +0100
committerMattias Andrée <maandree@operamail.com>2015-12-07 15:00:49 +0100
commit55314907a3a38567e7e439f5a06d9067dce2883a (patch)
treedbc9a27d01afcf0db48538c1f4d0cac9599b1c57 /dist/archlinux/stable/PKGBUILD
parentAdd --raw option, making ImageMagick optional (diff)
downloadscrotty-55314907a3a38567e7e439f5a06d9067dce2883a.tar.gz
scrotty-55314907a3a38567e7e439f5a06d9067dce2883a.tar.bz2
scrotty-55314907a3a38567e7e439f5a06d9067dce2883a.tar.xz
move dist files
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'dist/archlinux/stable/PKGBUILD')
-rw-r--r--dist/archlinux/stable/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
deleted file mode 100644
index 53c42be..0000000
--- a/dist/archlinux/stable/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
-
-pkgname=scrotty
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Screenshot program for Linux's TTY"
-arch=(i686 x86_64)
-url="https://github.com/maandree/scrotty"
-license=('GPL3' 'custom:GFDL1.3')
-depends=(linux glibc imagemagick)
-makedepends=(make coreutils glibc gcc texinfo)
-install=scrotty.install
-source=($url/archive/$pkgver.tar.gz)
-sha256sums=(b8e6e157b795807ca44ab0e6ac178d0f3071c0e8df513dc50dabb1bafb877514)
-
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- make PREFIX=/usr
-}
-
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make PREFIX=/usr install DESTDIR="$pkgdir"
-}
-