summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlucafulgenzi2023-07-04 16:50:39 +0200
committerlucafulgenzi2023-07-04 16:50:39 +0200
commit18e9e5a21d668d9fd47eec2486d5a8f5d28e6743 (patch)
treedd6901d379404116a2405cd6c713e1b8b4d45346 /PKGBUILD
parent1f205d0e4603682198c822c861329b5dbefeb538 (diff)
downloadaur-18e9e5a21d668d9fd47eec2486d5a8f5d28e6743.tar.gz
Version 0.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9f63d4e8717..aa71fd1a45cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,23 @@
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
pkgname=domust-bin
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
pkgdesc="Domust is a home automation system that allows you to control your home form your computer."
url="https://github.com/lucafulgenzi/domust"
license=("AGPL-3.0")
+depends=()
arch=("x86_64")
provides=("domust")
conflicts=("domust")
source=("https://github.com/lucafulgenzi/domust/releases/download/${pkgver}/domust-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=("SKIP")
+sha256sums=("6565d579154bc04413d49d6b415c263ebb4c02321936f4cb42e7395aec1a6883")
package() {
install -Dm755 domust -t "$pkgdir/usr/bin"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 README.md "$pkgdir/usr/share/doc/${pkgname}/README.md"
+ install -Dm644 domust-completion "$pkgdir/usr/share/bash-completion/completions/domust-completion"
mkdir -p $pkgdir/$HOME/.config/domust
[[ -f $HOME/.config/domust/config.yaml ]] || touch $HOME/.config/domust/config.yaml