diff options
Diffstat (limited to '')
-rw-r--r-- | ffutils/PKGBUILD | 15 | ||||
l--------- | ffutils/upload | 1 |
2 files changed, 16 insertions, 0 deletions
diff --git a/ffutils/PKGBUILD b/ffutils/PKGBUILD new file mode 100644 index 0000000..3734779 --- /dev/null +++ b/ffutils/PKGBUILD @@ -0,0 +1,15 @@ +# Maintainer: Mattias Andrée <m@`base64 -d`(bWFhbmRyZWU).se> +pkgname=ffutils +pkgver=1.0 +pkgrel=1 +pkgdesc="Collection of ffmpeg(1) scripts" +arch=('x86_64') +url="https://codeberg.org/maandree/ffutils" +license=('custom:ISC') +source=(ffutils-$pkgver.tar.gz::${url}/archive/${pkgver}.tar.gz) +sha256sums=(4d68f92632835edb3b5c63ac9bb0948a48594ae58ca2499ac5a921f87bf1995d) + +package() { + cd "${srcdir}/ffutils" + make PREFIX=/usr DESTDIR="$pkgdir" install +} diff --git a/ffutils/upload b/ffutils/upload new file mode 120000 index 0000000..1e7a8be --- /dev/null +++ b/ffutils/upload @@ -0,0 +1 @@ +../upload
\ No newline at end of file |