1 # Maintainer: Daniel M. Capella <polyzen@archlinux.org>
6 pkgdesc='Commandline tool that shows desktop notifications using notify-rust'
8 url=https://github.com/hoodie/toastify
9 license=('Apache' 'MIT')
12 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
13 b2sums=('73dc40a9baa2cc6ea839f2aa1c005b850d642b2327ee52d4b5b481d3a9bf293801402ece2f3826def259a4b30c614b78df32222442df9206cf8b408c4dd036b2')
17 cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
22 cargo build --release --locked --offline
27 install -Dt "$pkgdir"/usr/bin target/release/$pkgname
28 install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT