19 lines
551 B
Text
19 lines
551 B
Text
# Template file for 'systemd-units'
|
|
pkgname=systemd-units
|
|
version=0.0.1
|
|
build_style=custom-install
|
|
short_desc="Vanilla GNU/Linux systemd units"
|
|
maintainer="Mike Rossset<mike.rosset@gmail.com>"
|
|
homepage="https://github.com/xtraeme/vanilla"
|
|
checksum=b31983b27630b3ef99f68bd8382851a7963542c944b625bdbfd2f2ff301a02d3
|
|
long_desc="
|
|
$pkgname cantains systemd units for vanilla gnu/linux services"
|
|
|
|
noextract=yes
|
|
noarch=yes
|
|
|
|
do_install()
|
|
{
|
|
mkdir -p $DESTDIR/lib/systemd/system
|
|
install -D -m644 ${FILESDIR}/service/*.service ${DESTDIR}/lib/systemd/system/
|
|
}
|