acct-user/usbmux: Add user for app-pda/usbmuxd
authorJames Le Cuirot <chewi@gentoo.org>
Sun, 22 Mar 2020 21:38:50 +0000 (21:38 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Mon, 23 Mar 2020 22:58:06 +0000 (22:58 +0000)
Sorry for adding this as maintainer-needed. I don't wish to become the
maintainer for usbmuxd, I'm just fixing it up now.

Package-Manager: Portage-2.3.94, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
acct-user/usbmux/metadata.xml [new file with mode: 0644]
acct-user/usbmux/usbmux-0.ebuild [new file with mode: 0644]

diff --git a/acct-user/usbmux/metadata.xml b/acct-user/usbmux/metadata.xml
new file mode 100644 (file)
index 0000000..7a38bb9
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <!-- maintainer-needed -->
+</pkgmetadata>
diff --git a/acct-user/usbmux/usbmux-0.ebuild b/acct-user/usbmux/usbmux-0.ebuild
new file mode 100644 (file)
index 0000000..6607c1e
--- /dev/null
@@ -0,0 +1,12 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for the usbmuxd daemon"
+ACCT_USER_ID=418
+ACCT_USER_GROUPS=( usb plugdev )
+
+acct-user_add_deps