From 15a15d324bd3181527ecd83dbb41d539dfa5929f Mon Sep 17 00:00:00 2001 From: Bnyro Date: Mon, 24 Jun 2024 12:48:15 +0200 Subject: [PATCH] New package: typstyle-0.11.27 --- srcpkgs/typstyle/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/typstyle/template diff --git a/srcpkgs/typstyle/template b/srcpkgs/typstyle/template new file mode 100644 index 00000000000000..4a42ab9acd36fc --- /dev/null +++ b/srcpkgs/typstyle/template @@ -0,0 +1,18 @@ +# Template file for 'typstyle' +pkgname=typstyle +version=0.11.28 +revision=1 +build_style=cargo +configure_args="--no-default-features --features=cli" +checkdepends="git" +short_desc="Beautiful and reliable typst code formatter" +maintainer="Bnyro " +license="Apache-2.0" +homepage="https://github.com/Enter-tainer/typstyle/" +changelog="https://raw.githubusercontent.com/Enter-tainer/typstyle/master/CHANGELOG.md" +distfiles="https://github.com/Enter-tainer/typstyle/archive/refs/tags/v${version}.tar.gz" +checksum=4b35da6fe3c4a652a3afb493d9f28edf64e46631b1dba7c7727e669e57afd019 + +if [ "$XBPS_TARGET_MACHINE" == "i686" ]; then + make_check=no +fi