# Maintainer: Areskul pkgname="pipelight" pkgrel=1 pkgver=0.7.20 pkgdesc="A Rust based quick automation tool" arch=("any") url=https://packages.pipelight.dev/$pkgname-$pkgver-$pkgrel-any.pkg.tar.zst license=('GPL2') depends=(deno watchexec) makedepends=(git make cargo) provides=("pipelight") conflicts=("pipelight-git") source=($url) md5sums=('SKIP') #autofill using updpkgsums pre-install() { mkdir -p /var/log/pipelight #cp pipelight.bash /usr/share/bash-completion/completions/pipelight #cp _pipelight /usr/share/zsh/site-functions/ } url() { https://packages.pipelight.dev/$pkgname-$pkgver-$pkgrel-any.pkg.tar.zst } # Update with # makepkg --printsrcinfo > .SRCINFO # gitu