diff options
Diffstat (limited to 'ffutils')
| -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..9ee140f --- /dev/null +++ b/ffutils/PKGBUILD @@ -0,0 +1,15 @@ +# Maintainer: Mattias Andrée <m@`base64 -d`(bWFhbmRyZWU).se> +pkgname=ffutils +pkgver=1.0.5 +pkgrel=1 +pkgdesc="Collection of ffmpeg(1) scripts" +arch=('x86_64') +url="https://codeberg.org/maandree/ffutils" +license=('custom:ISC') +source=($pkgname-$pkgver.tar.gz::${url}/archive/${pkgver}.tar.gz) +sha256sums=(7f7c42f8bffcd74da5f30ac6b97fadf0198c84e7cc90402349e0027201f136f8) + +package() { + cd "${srcdir}/${pkgname}" + 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 |
