We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd14ad7 commit b632e1dCopy full SHA for b632e1d
recipes/libs/libdisplay-info.yaml
@@ -0,0 +1,34 @@
1
+inherit: [meson]
2
+
3
+metaEnvironment:
4
+ PKG_VERSION: "0.2.0"
5
+ PKG_LICENSE: "MIT"
6
7
+depends:
8
+ - core::hwdata
9
10
+checkoutSCM:
11
+ scm: url
12
+ url: "https://gitlab.freedesktop.org/emersion/libdisplay-info/-/releases/${PKG_VERSION}/downloads/\
13
+ libdisplay-info-${PKG_VERSION}.tar.xz"
14
+ digestSHA1: 87c1c2e9ece3c012e69633c778f7be5265187302
15
+ stripComponents: 1
16
17
+buildScript: |
18
+ mesonBuild $1
19
20
+multiPackage:
21
+ "":
22
+ depends:
23
+ - name: libs::libdisplay-info-tgt
24
+ use: []
25
+ packageScript: mesonPackageBin
26
+ provideDeps: [ "*-tgt" ]
27
28
+ dev:
29
+ packageScript: mesonPackageDev
30
+ provideDeps: [ "*hwdata" ]
31
32
+ tgt:
33
+ packageScript: mesonPackageLib
34
0 commit comments