This commit is contained in:
Jack L. Frost 2015-06-01 16:15:16 +03:00
commit 9f75ff5711
1 changed files with 15 additions and 0 deletions

15
PKGBUILD Normal file
View 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() { :; }