aboutsummaryrefslogtreecommitdiffstats
path: root/blind
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-01-23 17:40:53 +0100
committerMattias Andrée <maandree@kth.se>2017-01-23 17:41:10 +0100
commit72b25004a592b79bbdda85722045f4e66c8d8f58 (patch)
tree55ccc8c38e1ceaa8536f695e353b563dfe55fd98 /blind
parentUpdate xorg-server-hwcursor-gamma (diff)
downloadaur-packages-72b25004a592b79bbdda85722045f4e66c8d8f58.tar.gz
aur-packages-72b25004a592b79bbdda85722045f4e66c8d8f58.tar.bz2
aur-packages-72b25004a592b79bbdda85722045f4e66c8d8f58.tar.xz
Add blind
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--blind/PKGBUILD24
l---------blind/upload1
2 files changed, 25 insertions, 0 deletions
diff --git a/blind/PKGBUILD b/blind/PKGBUILD
new file mode 100644
index 0000000..3e3e6de
--- /dev/null
+++ b/blind/PKGBUILD
@@ -0,0 +1,24 @@
+# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
+
+pkgname=blind
+pkgver=1.0
+pkgrel=1
+pkgdesc="Suckless command line video editor"
+arch=(x86_64 i686)
+url="http://tools.suckless.org/blind/"
+license=('custom:ISC')
+depends=(ffmpeg)
+optdepends=('imagemagick: support for other images formats than farbfeld and PAM')
+source=(http://dl.suckless.org/tools/blind-${pkgver}.tar.gz)
+sha1sums=(ae944dfa9d9824e93e4a6bf2d865e50fb4bc7f31)
+
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make PREFIX=/usr
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make install PREFIX=/usr DESTDIR="$pkgdir"
+}
diff --git a/blind/upload b/blind/upload
new file mode 120000
index 0000000..1e7a8be
--- /dev/null
+++ b/blind/upload
@@ -0,0 +1 @@
+../upload \ No newline at end of file