New package: diod-1.0.24
This commit is contained in:
parent
68103dc734
commit
0e61e1d1a8
2 changed files with 23 additions and 0 deletions
3
srcpkgs/diod/files/diod/run
Executable file
3
srcpkgs/diod/files/diod/run
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec diod -f 2>&1
|
20
srcpkgs/diod/template
Normal file
20
srcpkgs/diod/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'diod'
|
||||
pkgname=diod
|
||||
version=1.0.24
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
conf_files="etc/diod.conf"
|
||||
hostmakedepends="autoconf"
|
||||
makedepends="libcap-devel ncurses-devel attr-devel popt-devel gperftools-devel lua51-devel munge-devel"
|
||||
short_desc="I/O forwarding server for 9P"
|
||||
maintainer="pulux <pulux@pf4sh.de>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/chaos/diod"
|
||||
distfiles="https://github.com/chaos/diod/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=f41d2b91c1a712132f5457d9d1c3caca985f069bdc8ef27bf4c148ac1d9f8c9f
|
||||
|
||||
post_install() {
|
||||
vsv diod
|
||||
rm -rf ${DESTDIR}/etc/systemd
|
||||
rm -f ${DESTDIR}/etc/auto.diod
|
||||
}
|
Loading…
Reference in a new issue