File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ inherit : [meson]
2+
3+ metaEnvironment :
4+ PKG_LICENSE : " GPL-2.0-or-later"
5+ PKG_VERSION : " 019"
6+
7+ depends :
8+ - libs::libusb-dev
9+ - libs::zlib-dev
10+ - virtual::core::udev-dev
11+ - use : []
12+ depends :
13+ - libs::zlib-tgt
14+ - libs::libusb-tgt
15+ - virtual::core::udev-tgt
16+
17+ checkoutSCM :
18+ scm : url
19+ url : https://github.com/gregkh/usbutils/archive/refs/tags/v${PKG_VERSION}.tar.gz
20+ digestSHA256 : f0df341a2125a4bdf2f88c77c3828af9f24c2d58e30928c45b23f41e1315df7a
21+ stripComponents : 1
22+
23+ buildScript : |
24+ mesonBuild $1
25+
26+ provideDeps : ['*-tgt']
27+ packageScript : |
28+ mesonPackageTgt
Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ depends:
196196 - utils::tidy
197197 - utils::ttysnoop
198198 - utils::tz-data
199+ - utils::usbutils
199200 - utils::xorriso
200201 - utils::xxd
201202
You can’t perform that action at this time.
0 commit comments