From 17dd438f37745f2df9ae09ec34f61e19a6900042 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 2 Dec 2024 21:28:44 +0100 Subject: Add ffutils MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- ffutils/PKGBUILD | 15 +++++++++++++++ ffutils/upload | 1 + 2 files changed, 16 insertions(+) create mode 100644 ffutils/PKGBUILD create mode 120000 ffutils/upload 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 +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 -- cgit v1.2.3-70-g09d2