Skip to content

Commit 671584e

Browse files
committed
✨ Add hwdata at 0.406
1 parent f41dcce commit 671584e

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

recipes/desktop/hwdata/recipe.kdl

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
script r#"
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

Comments
 (0)