diff core/eudev/eudev.sh @ 1220:4ccc42bf0284

misc: split .sh with .info
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:26:38 +0200
parents 337f950c30f5
children a47aaf9743a0
line wrap: on
line diff
--- a/core/eudev/eudev.sh	Thu Sep 30 09:05:45 2021 +0200
+++ b/core/eudev/eudev.sh	Thu Sep 30 09:26:38 2021 +0200
@@ -17,15 +17,7 @@
 
 # TODO: enable SELINUX support
 
-PKGNAME=eudev
-PKGVERSION=3.2.7
-PKGREVISION=1
-PKGLICENSE="GPL-2.0-only+"
-PKGSUMMARY="enhanced userland device daemon"
-PKGDOWNLOAD="https://github.com/gentoo/eudev/archive/v$PKGVERSION.tar.gz"
-PKGDEPENDS="util-linux"
-PKGOPTIONS="KMOD"
-PKGPROTECT="/etc/udev/udev.conf"
+. ./eudev.info
 
 : ${CHOST:=$(uname -m)-linux-musl}
 : ${CBUILD:=$(uname -m)-linux-musl}