forked from rosa/hakurei
internal/rosa/package: azalea proposal
This commit is contained in:
@@ -1,31 +1,33 @@
|
||||
package libxslt {
|
||||
description = "an XSLT processor based on libxml2";
|
||||
website = "https://gitlab.gnome.org/GNOME/libxslt";
|
||||
anitya = 13301;
|
||||
//az:schema mbf
|
||||
|
||||
version* = "1.1.45";
|
||||
package libxslt {
|
||||
description = "an XSLT processor based on libxml2"
|
||||
website = "https://gitlab.gnome.org/GNOME/libxslt"
|
||||
anitya = 13301
|
||||
|
||||
version := "1.1.45"
|
||||
source = remoteGitLab {
|
||||
domain = "gitlab.gnome.org";
|
||||
suffix = "GNOME/libxslt";
|
||||
ref = "v"+version;
|
||||
checksum = "67ks7v8od2oWaEGf23Sst_Xbn_8brQyolQjqxPoO-lK35k_WJhi2Px5JJgbk-nfn";
|
||||
};
|
||||
domain = "gitlab.gnome.org"
|
||||
suffix = "GNOME/libxslt"
|
||||
ref = "v"+version
|
||||
checksum = "67ks7v8od2oWaEGf23Sst_Xbn_8brQyolQjqxPoO-lK35k_WJhi2Px5JJgbk-nfn"
|
||||
}
|
||||
|
||||
exec = make {
|
||||
generate = "NOCONFIGURE=1 ./autogen.sh";
|
||||
generate = "NOCONFIGURE=1 ./autogen.sh"
|
||||
|
||||
// python libxml2 cyclic dependency
|
||||
skipCheck = true;
|
||||
};
|
||||
skipCheck
|
||||
}
|
||||
|
||||
inputs = [
|
||||
automake,
|
||||
libtool,
|
||||
python,
|
||||
pkg-config,
|
||||
automake
|
||||
libtool
|
||||
python
|
||||
pkg-config
|
||||
|
||||
libxml2,
|
||||
];
|
||||
libxml2
|
||||
]
|
||||
|
||||
runtime = [ libxml2 ];
|
||||
runtime = [ libxml2 ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user