init
This commit is contained in:
20
PKGBUILD
Normal file
20
PKGBUILD
Normal file
@@ -0,0 +1,20 @@
|
||||
# Maintainer: Jack L. Frost <fbt@fleshless.org>
|
||||
# vim: ft=sh syn=sh et
|
||||
|
||||
pkgdesc='A dummy package to provide systemd'
|
||||
pkgname='systemd-dummy'
|
||||
epoch=1
|
||||
pkgver=1
|
||||
pkgrel=3
|
||||
depends=( 'libsystemd' )
|
||||
arch=( 'any' )
|
||||
url="http://www.freedesktop.org/wiki/Software/systemd"
|
||||
license=('GPL2' 'LGPL2.1' 'MIT')
|
||||
|
||||
provides=( 'systemd=218' )
|
||||
|
||||
package() {
|
||||
# systemd-tmfiles stub
|
||||
mkdir -pm755 "${pkgdir}/usr/bin"
|
||||
ln -s /usr/bin/true "${pkgdir}/usr/bin/systemd-tmpfiles"
|
||||
}
|
Reference in New Issue
Block a user