aboutsummaryrefslogtreecommitdiff
path: root/t/travis-deps/makepkg
diff options
context:
space:
mode:
Diffstat (limited to 't/travis-deps/makepkg')
-rwxr-xr-xt/travis-deps/makepkg25
1 files changed, 25 insertions, 0 deletions
diff --git a/t/travis-deps/makepkg b/t/travis-deps/makepkg
new file mode 100755
index 0000000..54c1b3c
--- /dev/null
+++ b/t/travis-deps/makepkg
@@ -0,0 +1,25 @@
+#!/bin/bash
+
+while [[ $# > 1 ]]
+do
+key="$1"
+
+case $key in
+ -l|--linkadd)
+ LINKADD="$2"
+ shift
+ ;;
+ -c|--chown)
+ CHOWN="$2"
+ shift
+ ;;
+ -p|--prepend)
+ PREPEND=1
+ ;;
+esac
+shift
+done
+
+touch $1
+
+echo "Slackware package $1 created.