init
This commit is contained in:
commit
9f75ff5711
15
PKGBUILD
Normal file
15
PKGBUILD
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Maintainer: Jack L. Frost <fbt@fleshless.org>
|
||||
# vim: ft=sh syn=sh et
|
||||
|
||||
pkgdesc='A dummy package to provide udev'
|
||||
pkgname='udev-dummy'
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
depends=( 'libudev' )
|
||||
arch=( 'any' )
|
||||
url="http://www.freedesktop.org/wiki/Software/systemd"
|
||||
license=('GPL2' 'LGPL2.1' 'MIT')
|
||||
|
||||
provides=( 'udev' )
|
||||
|
||||
package() { :; }
|
Loading…
Reference in New Issue
Block a user