From 72b25004a592b79bbdda85722045f4e66c8d8f58 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 23 Jan 2017 17:40:53 +0100 Subject: Add blind MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- blind/PKGBUILD | 24 ++++++++++++++++++++++++ blind/upload | 1 + 2 files changed, 25 insertions(+) create mode 100644 blind/PKGBUILD create mode 120000 blind/upload (limited to 'blind') 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 -- cgit v1.2.3-70-g09d2