22 lines
572 B
Bash
22 lines
572 B
Bash
# Template file for 'alert-after'
|
|
pkgname=alert-after
|
|
version=1.4.3
|
|
revision=1
|
|
hostmakedepends="cargo pkg-config"
|
|
makedepends="dbus-devel"
|
|
short_desc="Get a desktop notification after a command finishes executing"
|
|
maintainer="cr6git <quark6@protonmail.com>"
|
|
homepage="https://crates.io/crates/alert-after"
|
|
license="Apache-2.0"
|
|
distfiles="https://github.com/frewsxcv/alert-after/archive/${version}.tar.gz"
|
|
checksum=e0d80e1b4c9cb78f4759a78495f197fa3865eacf9658653ec14ddb010e117b3d
|
|
nocross=yes
|
|
|
|
do_build() {
|
|
cargo build --release
|
|
}
|
|
|
|
do_install() {
|
|
vbin target/release/aa
|
|
}
|