diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-08 18:20:31 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-08 18:20:31 +0300 |
commit | f0b40387747f876be2a13c05bc4fd6783a842494 (patch) | |
tree | 549461afc787d25f945ba29ad4e04789f51c6ac1 /extra/prout | |
parent | 4df31eacf418f4ac8ce746b667b265d9546626a4 (diff) | |
download | repository-f0b40387747f876be2a13c05bc4fd6783a842494.tar.gz |
prout: add new package at git
Diffstat (limited to 'extra/prout')
-rwxr-xr-x | extra/prout/build | 11 | ||||
-rw-r--r-- | extra/prout/checksums | 1 | ||||
-rw-r--r-- | extra/prout/depends | 1 | ||||
-rw-r--r-- | extra/prout/sources | 1 | ||||
-rw-r--r-- | extra/prout/version | 1 |
5 files changed, 15 insertions, 0 deletions
diff --git a/extra/prout/build b/extra/prout/build new file mode 100755 index 00000000..2b6bbb70 --- /dev/null +++ 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 new file mode 100644 index 00000000..44f3701d --- /dev/null +++ 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 new file mode 100644 index 00000000..e14d6320 --- /dev/null +++ b/extra/prout/depends @@ -0,0 +1 @@ +libcups diff --git a/extra/prout/sources b/extra/prout/sources new file mode 100644 index 00000000..0fd296e4 --- /dev/null +++ b/extra/prout/sources @@ -0,0 +1 @@ +git+git://git.2f30.org/prout.git diff --git a/extra/prout/version b/extra/prout/version new file mode 100644 index 00000000..a383ea1a --- /dev/null +++ b/extra/prout/version @@ -0,0 +1 @@ +git 1 |