summaryrefslogtreecommitdiff
path: root/libs/hwdata
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwdata')
-rw-r--r--libs/hwdata/.footprint10
-rw-r--r--libs/hwdata/.signature6
-rw-r--r--libs/hwdata/MAKEPKG28
3 files changed, 44 insertions, 0 deletions
diff --git a/libs/hwdata/.footprint b/libs/hwdata/.footprint
new file mode 100644
index 0000000..4182dba
--- /dev/null
+++ b/libs/hwdata/.footprint
@@ -0,0 +1,10 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/hwdata/
+-rw-r--r-- root/root usr/share/hwdata/iab.txt
+-rw-r--r-- root/root usr/share/hwdata/oui.txt
+-rw-r--r-- root/root usr/share/hwdata/pci.ids
+-rw-r--r-- root/root usr/share/hwdata/pnp.ids
+-rw-r--r-- root/root usr/share/hwdata/usb.ids
+drwxr-xr-x root/root usr/share/pkgconfig/
+-rw-r--r-- root/root usr/share/pkgconfig/hwdata.pc
diff --git a/libs/hwdata/.signature b/libs/hwdata/.signature
new file mode 100644
index 0000000..4a10766
--- /dev/null
+++ b/libs/hwdata/.signature
@@ -0,0 +1,6 @@
+RWTZ9IduCSQ/mDg7PFx+5LwW1/dOTD4z72DzAFSG487KCH9YBxmVIMZd5ZS0gMyHix/TC7mdMhXPSDG+cYBRiO/kKyv7urkj0wE=
+
+SHA256 (MAKEPKG) = a0af402dda6666170e96c802c1062a6032ce6deab5262aee5475f490532e767d
+SHA256 (.footprint) = afcd6f657adf131cb96acedac189bfb351ee2c9900184215b5a5d8266e610e6a
+SHA256 (hwdata-0.411.tar.gz) = d75462181fbd307228e0a48b8d1449f1773ea4b1f17e8a1d56346907f999ce33
+SHA256 (hwdata#0.411-1.pkg.tar.gz) = 305aaf5f9bb6cfbbc22e1e3d5c25723cb03f40146c7823e94ab3cb30c5c30954
diff --git a/libs/hwdata/MAKEPKG b/libs/hwdata/MAKEPKG
new file mode 100644
index 0000000..e81dd8a
--- /dev/null
+++ b/libs/hwdata/MAKEPKG
@@ -0,0 +1,28 @@
+#!/bin/mkpkg
+# description: Hardware identification databases
+# url: https://github.com/vcrhonek/hwdata
+
+name=hwdata
+version=0.411
+release=1
+source=(https://github.com/vcrhonek/hwdata/archive/v$version/$name-$version.tar.gz)
+
+sha256sums=(
+ "d75462181fbd307228e0a48b8d1449f1773ea4b1f17e8a1d56346907f999ce33"
+)
+
+build() {
+ cd $name-$version
+
+ ./configure --prefix=/usr
+ make DESTDIR=$PKG install
+
+ rm -rf $PKG/usr/lib
+}
+
+signify() {
+ untrusted comment: public key
+ RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3
+}
+
+# vim: filetype=sh