From 095842e35296751a820292491c2fbe864138ee69 Mon Sep 17 00:00:00 2001 From: Martin Bilek Date: Wed, 18 Nov 2020 12:41:17 +0100 Subject: [PATCH] added farbfeld port --- core/farbfeld/.checksums | 1 + core/farbfeld/.pkgfiles | 22 ++++++++++++++++++++++ core/farbfeld/spkgbuild | 12 ++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 core/farbfeld/.checksums create mode 100644 core/farbfeld/.pkgfiles create mode 100644 core/farbfeld/spkgbuild diff --git a/core/farbfeld/.checksums b/core/farbfeld/.checksums new file mode 100644 index 000000000..1ef425860 --- /dev/null +++ b/core/farbfeld/.checksums @@ -0,0 +1 @@ +1e39351f5e8c9e2b5910959565a23349 farbfeld-4.tar.gz diff --git a/core/farbfeld/.pkgfiles b/core/farbfeld/.pkgfiles new file mode 100644 index 000000000..3e4d30532 --- /dev/null +++ b/core/farbfeld/.pkgfiles @@ -0,0 +1,22 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/local/ +drwxr-xr-x root/root usr/local/bin/ +-rwxr-xr-x root/root usr/local/bin/2ff +-rwxr-xr-x root/root usr/local/bin/ff2jpg +-rwxr-xr-x root/root usr/local/bin/ff2pam +-rwxr-xr-x root/root usr/local/bin/ff2png +-rwxr-xr-x root/root usr/local/bin/ff2ppm +-rwxr-xr-x root/root usr/local/bin/jpg2ff +-rwxr-xr-x root/root usr/local/bin/png2ff +drwxr-xr-x root/root usr/local/share/ +drwxr-xr-x root/root usr/local/share/man/ +drwxr-xr-x root/root usr/local/share/man/man1/ +-rw-r--r-- root/root usr/local/share/man/man1/2ff.1.gz +-rw-r--r-- root/root usr/local/share/man/man1/ff2jpg.1.gz +-rw-r--r-- root/root usr/local/share/man/man1/ff2pam.1.gz +-rw-r--r-- root/root usr/local/share/man/man1/ff2png.1.gz +-rw-r--r-- root/root usr/local/share/man/man1/ff2ppm.1.gz +-rw-r--r-- root/root usr/local/share/man/man1/jpg2ff.1.gz +-rw-r--r-- root/root usr/local/share/man/man1/png2ff.1.gz +drwxr-xr-x root/root usr/local/share/man/man5/ +-rw-r--r-- root/root usr/local/share/man/man5/farbfeld.5.gz diff --git a/core/farbfeld/spkgbuild b/core/farbfeld/spkgbuild new file mode 100644 index 000000000..13a10a2a8 --- /dev/null +++ b/core/farbfeld/spkgbuild @@ -0,0 +1,12 @@ +# description : A lossless image format +# depends : libpng libjpeg-turbo + +name=farbfeld +version=4 +release=1 +source="https://dl.suckless.org/farbfeld/$name-$version.tar.gz" + +build() { + cd $name-$version + make DESTDIR=$PKG install +}