summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkhai96_2020-03-12 15:12:39 +0700
committerkhai96_2020-03-12 15:12:39 +0700
commit1a9fca835958ea3c4327b4b96c71dfafd06230c7 (patch)
treec9464ee8b1932ef075aa4a262bbd3be6dce927ac /PKGBUILD
parent6412061eff42437cd0664cefe515ec9ecfccee6c (diff)
downloadaur-1a9fca835958ea3c4327b4b96c71dfafd06230c7.tar.gz
Remove wapm.sh
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f1e631b7d7e..29f1a59e6910 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,10 +13,9 @@ provides=(wasmer wapm)
source=(
"wasmer-linux-amd64-${pkgver}.tar.gz"::"https://github.com/wasmerio/wasmer/releases/download/${pkgver}/wasmer-linux-amd64.tar.gz"
"https://raw.githubusercontent.com/wasmerio/wasmer/${pkgver}/LICENSE"
- wapm.sh
logo.sh
)
-sha512sums=(SKIP SKIP SKIP SKIP)
+sha512sums=(SKIP SKIP SKIP)
build() {
cd "$srcdir"
@@ -34,9 +33,7 @@ package() {
# executable commands
install -Dm755 bin/wasmer "$pkgdir"/usr/bin/wasmer
- install -Dm755 wapm.sh "$pkgdir"/usr/bin/wapm.sh
- install -Dm755 bin/wapm "$pkgdir"/usr/bin/wapm.bin
- ln -s wapm.sh "$pkgdir"/usr/bin/wapm
+ install -Dm755 bin/wapm "$pkgdir"/usr/bin/wapm
# wapm completions
install -Dm644 wapm-bash-completions "$pkgdir"/usr/share/bash-completion/completions/wapm