File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ inherit : [autotools, autoconf]
2+
3+ metaEnvironment :
4+ PKG_LICENSE : " GPLv3"
5+ PKG_VERSION : " 0.6.0"
6+
7+ checkoutSCM :
8+ scm : url
9+ url : https://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb/-/archive/v${PKG_VERSION}/bayer2rgb-v${PKG_VERSION}.tar.bz2
10+ digestSHA256 : e731bbe02f2ca68ed5752f47422d0bdcbc6880751484575b7eb7262db2c865bd
11+ stripComponents : 1
12+
13+ checkoutScript : |
14+ autoconfReconfigure
15+
16+ depends :
17+ - tools :
18+ target-toolchain : host-compat-toolchain
19+ name : devel::gengetopt
20+ use : [tools]
21+
22+ buildTools : [gengetopt]
23+ buildScript : |
24+ autotoolsBuild $1
25+
26+ multiPackage :
27+ dev :
28+ packageScript : autotoolsPackageDev
29+ tgt :
30+ packageScript : autotoolsPackageTgt
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ depends:
3636 - libs::appstream-tgt
3737 - libs::libassuan-tgt
3838 - libs::libksba-tgt
39+ - libs::bayer2rgb-tgt
3940 - libs::botan-tgt
4041 - libs::cairo-tgt
4142 - libs::cloog-tgt
You can’t perform that action at this time.
0 commit comments