commit f0b40387747f876be2a13c05bc4fd6783a842494 parent 4df31eacf418f4ac8ce746b667b265d9546626a4 Author: Cem Keylan <cem@ckyln.com> Date: Fri, 8 May 2020 18:20:31 +0300 prout: add new package at git Diffstat:
A | extra/prout/build | | | 11 | +++++++++++ |
A | extra/prout/checksums | | | 1 | + |
A | extra/prout/depends | | | 1 | + |
A | extra/prout/sources | | | 1 | + |
A | extra/prout/version | | | 1 | + |
5 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/extra/prout/build b/extra/prout/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +# Makefile has some issues so we are +# building manually. + +# We want wordsplitting here +# shellcheck disable=2086 +${CC:-cc} -lcups ${CFLAGS} ${LDFLAGS} prout.c -o prout + +install -Dm755 prout "$1/usr/bin/prout" +install -Dm644 prout.1 "$1/usr/share/man/man1/prout.1" diff --git a/extra/prout/checksums b/extra/prout/checksums @@ -0,0 +1 @@ +git git+git://git.2f30.org/prout.git diff --git a/extra/prout/depends b/extra/prout/depends @@ -0,0 +1 @@ +libcups diff --git a/extra/prout/sources b/extra/prout/sources @@ -0,0 +1 @@ +git+git://git.2f30.org/prout.git diff --git a/extra/prout/version b/extra/prout/version @@ -0,0 +1 @@ +git 1