New package: alert-after-1.4.3

Closes: #11987 [via git-merge-pr]
This commit is contained in:
cr6git 2018-02-28 10:21:32 +01:00 committed by Jürgen Buchmüller
parent b20d0813c6
commit 4183cfbc06

View file

@ -0,0 +1,21 @@
# 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
}