summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6a7e6ef9f786acbf87827a73e996fa49cd79c520 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Maintainer: VHSgunzo <vhsgunzo.github.io>
pkgname='notify-send-rs-bin'
pkgver='0.0.1'
pkgrel='1'
pkgdesc='Rust version of notify-send for display notifications on the linux desktop using notify-rust'
arch=("x86_64")
url="https://github.com/VHSgunzo/${pkgname%-bin}"
source=("${pkgname%-bin}.tar.xz::https://github.com/VHSgunzo/${pkgname%-bin}/releases/download/v${pkgver}/${pkgname%-bin}.tar.xz")
sha256sums=('SKIP')

package() { install -Dm755 ${pkgname%-bin} "$pkgdir/usr/bin/${pkgname%-bin}" ; }