earlyoom: update to 0.12.

This commit is contained in:
Leah Neukirchen 2017-09-28 13:21:37 +02:00
parent a0d7272219
commit 8dcfc74b28
1 changed files with 5 additions and 3 deletions

View File

@ -1,13 +1,14 @@
# Template file for 'earlyoom'
pkgname=earlyoom
version=0.11
version=0.12
revision=1
short_desc="Early OOM Daemon for Linux"
build_style=gnu-makefile
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=167a8cd194df5d1c5bd5327efd7bcad824a99381c02a2969f9e2684b7c5317d7
checksum=854c4b2d02cf630db6128eb46275416b97fc48c917c7f9f9af9b84c8065da09e
do_build() {
${CC} ${CFLAGS} -DVERSION='"'$version'"' -o earlyoom *.c ${LDFLAGS}
@ -15,6 +16,7 @@ do_build() {
do_install() {
vbin earlyoom
vman earlyoom.1
vsv earlyoom
vlicense LICENSE
}