summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2fbf33cde45f8df96586c04cd102b9f2d4f44db6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: gahag <gabriel.s.b@live.com>
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=hush-bin
pkgver=0.1.4
pkgrel=1
pkgdesc="Hush is a unix shell scripting language based on the Lua programming language"
url="https://github.com/gahag/hush"
license=("MIT")
arch=("x86_64")
provides=("hush")
conflicts=("hush")
source=("https://github.com/gahag/hush/releases/download/v$pkgver-alpha/hush-$pkgver-x86_64.tar.gz")
sha256sums=("66c135545a9cae51eb0b879d3be7b4b860a544023e6223dc228b8d977e0b7d50")

package() {
    install -Dm755 hush -t "$pkgdir/usr/bin"
    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}