From 9103603c8ac76672f95771ff6597c44c9079d30c Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 21 Jun 2014 13:01:05 +0200 Subject: add new scripts Signed-off-by: Florian Pritz --- gen-perl-pkg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 gen-perl-pkg (limited to 'gen-perl-pkg') diff --git a/gen-perl-pkg b/gen-perl-pkg new file mode 100755 index 0000000..46615e5 --- /dev/null +++ b/gen-perl-pkg @@ -0,0 +1,9 @@ +#!/bin/bash + +set -e + +pkg=$1 + +genpkg $pkg +mkdir -p ~/arch/community/$pkg/{trunk,repos} +cp ~/pkg/dest/$pkg/PKGBUILD ~/arch/community/$pkg/trunk/ -- cgit v1.2.3-24-g4f1b