aboutsummaryrefslogtreecommitdiff
path: root/tools/cpt-build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpt-build')
-rwxr-xr-xtools/cpt-build13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/cpt-build b/tools/cpt-build
deleted file mode 100755
index b577176..0000000
--- a/tools/cpt-build
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-# Build a package
-
-# shellcheck disable=1091
-if command -v cpt-lib >/dev/null; then . cpt-lib; else . ./cpt-lib; fi
-
-case "$1" in
- '') set -- "${PWD##*/}"; export CPT_PATH=${PWD%/*}:$CPT_PATH ;;
- --help|-h) out "usage: ${0##*/} [pkg...]"; exit 1 ;;
- --version|-v) version ;;
-esac
-
-pkg_build "$@"