aboutsummaryrefslogtreecommitdiff
path: root/extra/prout/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-01 15:25:01 +0100
committerCem Keylan <cem@ckyln.com>2021-11-01 15:25:01 +0100
commit1c9ef9a5fcaf5cb5d49103186e91be1dca8a79ef (patch)
tree37f5c1b1b2796fff51f5850049a58d3364b54454 /extra/prout/build
parent5ef55ae073f562f739b8fc68ec96574dd25c237d (diff)
downloadrepository-1c9ef9a5fcaf5cb5d49103186e91be1dca8a79ef.tar.gz
prout: drop package
Diffstat (limited to 'extra/prout/build')
-rwxr-xr-xextra/prout/build11
1 files changed, 0 insertions, 11 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"