summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ab156fdd7a12438671af503e85cd0caf10d5bf6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: MichaƂ Kallas
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=makewiz-bin
pkgver=0.8.0
pkgrel=1
pkgdesc="MakeWiz is a command line tool that generates a Makefile based on the files in your directory"
url="https://github.com/kallazz/MakeWiz"
license=("MIT OR Apache-2.0")
arch=("x86_64")
provides=("makewiz")
conflicts=("makewiz")

source=("https://github.com/kallazz/MakeWiz/releases/download/v$pkgver/makewiz-$pkgver-x86_64.tar.gz")
sha256sums=("84e0536c8468ff28b3b9cf00db20dd3c7757b97985b62f105ce7234ea16f9d7c")

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