Skip to content

Commit

Permalink
New package: superd-0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JamiKettunen committed Oct 14, 2022
1 parent 6f7ed89 commit 936d08c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions srcpkgs/superd/template
@@ -0,0 +1,27 @@
# Template file for 'superd'
pkgname=superd
version=0.7
revision=1
build_style=go
go_import_path="sr.ht/~craftyguy/superd"
hostmakedepends="scdoc"
short_desc="Lightweight user service supervising daemon"
maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://sr.ht/~craftyguy/superd/"
distfiles="https://git.sr.ht/~craftyguy/superd/archive/${version}.tar.gz"
checksum=7563647dd5303752237e1b8453c770dd83c908a239da73f48b11e2151109586b

do_build() {
unset LDFLAGS
make VERSION=${version}
}

do_check() {
go test ./...
}

do_install() {
unset LDFLAGS
make PREFIX=/usr DESTDIR=${DESTDIR} install
}

0 comments on commit 936d08c

Please sign in to comment.