diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-01 15:25:01 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-01 15:25:01 +0100 |
commit | 1c9ef9a5fcaf5cb5d49103186e91be1dca8a79ef (patch) | |
tree | 37f5c1b1b2796fff51f5850049a58d3364b54454 /extra | |
parent | 5ef55ae073f562f739b8fc68ec96574dd25c237d (diff) | |
download | repository-1c9ef9a5fcaf5cb5d49103186e91be1dca8a79ef.tar.gz |
prout: drop package
Diffstat (limited to 'extra')
-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/meta | 3 | ||||
-rw-r--r-- | extra/prout/sources | 1 | ||||
-rw-r--r-- | extra/prout/version | 1 |
6 files changed, 0 insertions, 18 deletions
diff --git a/extra/prout/build b/extra/prout/build deleted file mode 100755 index 2b6bbb70..00000000 --- a/extra/prout/build +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 deleted file mode 100644 index 44f3701d..00000000 --- a/extra/prout/checksums +++ /dev/null @@ -1 +0,0 @@ -git git+git://git.2f30.org/prout.git diff --git a/extra/prout/depends b/extra/prout/depends deleted file mode 100644 index e14d6320..00000000 --- a/extra/prout/depends +++ /dev/null @@ -1 +0,0 @@ -libcups diff --git a/extra/prout/meta b/extra/prout/meta deleted file mode 100644 index 20ffedc6..00000000 --- a/extra/prout/meta +++ /dev/null @@ -1,3 +0,0 @@ -description: Smaller "lp" command -license: WTFPL -maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/prout/sources b/extra/prout/sources deleted file mode 100644 index 0fd296e4..00000000 --- a/extra/prout/sources +++ /dev/null @@ -1 +0,0 @@ -git+git://git.2f30.org/prout.git diff --git a/extra/prout/version b/extra/prout/version deleted file mode 100644 index a383ea1a..00000000 --- a/extra/prout/version +++ /dev/null @@ -1 +0,0 @@ -git 1 |