alert-after: use cargo buildstyle
This commit is contained in:
parent
d62c7b472b
commit
b660dc8d14
1 changed files with 3 additions and 11 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'alert-after'
|
||||
pkgname=alert-after
|
||||
version=1.4.3
|
||||
revision=1
|
||||
hostmakedepends="cargo pkg-config"
|
||||
revision=2
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="dbus-devel"
|
||||
short_desc="Get a desktop notification after a command finishes executing"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
|
@ -10,12 +11,3 @@ license="Apache-2.0"
|
|||
homepage="https://crates.io/crates/alert-after"
|
||||
distfiles="https://github.com/frewsxcv/alert-after/archive/${version}.tar.gz"
|
||||
checksum=e0d80e1b4c9cb78f4759a78495f197fa3865eacf9658653ec14ddb010e117b3d
|
||||
nocross=yes
|
||||
|
||||
do_build() {
|
||||
cargo build --release ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin target/release/aa
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue