We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41dcce commit 671584eCopy full SHA for 671584e
1 file changed
recipes/desktop/hwdata/recipe.kdl
@@ -0,0 +1,31 @@
1
+recipe {
2
+ name "hwdata"
3
+ version "0.406"
4
+ release 1
5
+ description "Hardware identification and configuration data (pci.ids, usb.ids)"
6
+ url "https://github.com/vcrhonek/hwdata"
7
+ archs "aarch64" "x86_64"
8
+ licenses "GPL2"
9
+ depends "busybox" "make"
10
+}
11
+
12
+source "https://github.com/vcrhonek/hwdata/archive/refs/tags/v${recipe.version}.tar.gz" {
13
+ blake3 "c9ac9ad3b6b3bc38ba1a163b53b7378d605c4a02e405537ac4eafe516a27c2b8"
14
15
16
+build {
17
+ script r#"
18
+ ./configure --prefix=/usr --datadir=/usr/share
19
+ "#
20
21
22
+install {
23
24
+ make DESTDIR="$DESTDIR" blacklist=false install
25
26
27
28
+package "hwdata" {
29
+ files "usr/share/hwdata/" \
30
+ "usr/share/pkgconfig/"
31
0 commit comments