summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSotirios M. Roussis2020-12-29 22:03:48 +0200
committerSotirios M. Roussis2020-12-29 22:03:48 +0200
commit7c66a540b1c2939cd119f039bacba2460f5a3cf0 (patch)
tree0b6adc148670df79eb89a75f394e0d09b2846607 /PKGBUILD
parent8c5e42925f21561fff62d8e225c002d24026345d (diff)
downloadaur-7c66a540b1c2939cd119f039bacba2460f5a3cf0.tar.gz
Bump
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10376fdf323b..90e60d7e0f8f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,10 @@ license=('GPL3')
depends=('bash>=3.2' 'coreutils' 'gawk' 'grep' 'iproute2' 'iputils' 'mtr' 'sed' 'traceroute' 'wget')
makedepends=('binutils' 'coreutils' 'git')
+prepare() {
+ cd "${pkgname}"
+}
+
package() {
install -d "${pkgdir}/usr/bin"
install -Dm755 ship "${pkgdir}/usr/bin/ship"