summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Moldtmann2021-07-15 19:26:41 +0200
committerErik Moldtmann2021-07-15 19:26:41 +0200
commit50ce29d34c624e32fb515541138cfbd9dea88e99 (patch)
tree0d77cfb64739c8b0c876435a7b69866fd41b5ee9
parent955dbcc6945791513f1e23e83060503db48c9aa2 (diff)
downloadaur-50ce29d34c624e32fb515541138cfbd9dea88e99.tar.gz
add entry in bin
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aef1db48f60b..eac18133fdf6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = expresslrs-configurator
pkgdesc = Cross platform configuration & build tool for the ExpressLRS radio link
pkgver = 0.5.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ExpressLRS/ExpressLRS-Configurator
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 3634f69424e3..cdc1a0f25598 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Moldtmann <erik@moldtmann.de>
pkgname=expresslrs-configurator
pkgver=0.5.6
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Cross platform configuration & build tool for the ExpressLRS radio link"
arch=('x86_64')
@@ -37,4 +37,7 @@ package() {
"${pkgdir}${icons_dir}/${pkgname}.png"
done
+
+ install -d "${pkgdir}/usr/bin/"
+ install -Dm 755 "${srcdir}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
}