22 lines
587 B
Bash
22 lines
587 B
Bash
# Template file for 'earlyoom'
|
|
pkgname=earlyoom
|
|
version=1.5
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_check_target=test
|
|
hostmakedepends="pandoc"
|
|
checkdepends="go"
|
|
short_desc="Userspace Early OOM Daemon for Linux"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/rfjakob/earlyoom"
|
|
distfiles="https://github.com/rfjakob/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=55b71800e878a01325951c904fa45d345b83440123c7dcbce1c47ff49326ea91
|
|
CFLAGS="-DVERSION='\"${version}\"'"
|
|
|
|
do_install() {
|
|
vbin earlyoom
|
|
vman earlyoom.1
|
|
vsv earlyoom
|
|
vlicense LICENSE
|
|
}
|