From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-text/typst/
Date: Fri, 21 Feb 2025 12:04:07 +0000 (UTC) [thread overview]
Message-ID: <1740009803.6f45f522e4f783bd8cbf6a02467b4ec6ba65d55b.davidroman@gentoo> (raw)
commit: 6f45f522e4f783bd8cbf6a02467b4ec6ba65d55b
Author: Marco Rebhan <me <AT> dblsaiko <DOT> net>
AuthorDate: Thu Feb 20 00:02:01 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Feb 20 00:03:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f45f522
app-text/typst: add 9999
Signed-off-by: Marco Rebhan <me <AT> dblsaiko.net>
app-text/typst/typst-9999.ebuild | 57 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)
diff --git a/app-text/typst/typst-9999.ebuild b/app-text/typst/typst-9999.ebuild
new file mode 100644
index 000000000..c16115f2d
--- /dev/null
+++ b/app-text/typst/typst-9999.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cargo shell-completion
+inherit git-r3
+
+DESCRIPTION="A markup-based typesetting system for the sciences"
+HOMEPAGE="https://typst.app"
+EGIT_REPO_URI="https://github.com/typst/typst.git"
+
+LICENSE="Apache-2.0"
+# Dependent crate licenses
+LICENSE+="
+ Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0
+ CC0-1.0 ISC MIT MPL-2.0 Unicode-3.0 Unicode-DFS-2016 ZLIB
+"
+SLOT="0"
+
+RDEPEND="
+ >=dev-libs/openssl-1.0.2o-r6:0=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-vcs/git
+"
+
+QA_FLAGS_IGNORED="usr/bin/typst"
+
+DOCS=( README.md )
+
+src_unpack() {
+ git-r3_src_unpack
+ cargo_live_src_unpack
+}
+
+src_compile() {
+ export GEN_ARTIFACTS="artifacts/"
+
+ cargo_src_compile
+}
+
+src_install() {
+ local ARTIFACTSDIR='crates/typst-cli/artifacts'
+ cargo_src_install --path "${S}/crates/typst-cli"
+ doman "${ARTIFACTSDIR}/${PN}"*.1
+ dozshcomp "${ARTIFACTSDIR}/_${PN}"
+ dofishcomp "${ARTIFACTSDIR}/${PN}.fish"
+ newbashcomp "${ARTIFACTSDIR}/${PN}.bash" "${PN}"
+
+ einstalldocs
+}
+
+src_test() {
+ cargo_src_test --workspace
+}
next reply other threads:[~2025-02-21 12:04 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-21 12:04 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 11:18 [gentoo-commits] repo/proj/guru:master commit in: app-text/typst/ Lucio Sauer
2025-03-08 11:07 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
2025-03-08 11:18 ` [gentoo-commits] repo/proj/guru:master " Lucio Sauer
2025-02-21 12:04 David Roman
2024-10-29 14:06 David Roman
2024-05-18 16:28 Julien Roy
2024-05-18 16:28 Julien Roy
2024-05-18 16:28 Julien Roy
2024-04-05 11:05 Julien Roy
2024-03-30 19:29 Julien Roy
2024-03-28 3:43 Haelwenn Monnier
2024-03-28 3:43 Haelwenn Monnier
2024-03-28 3:43 Haelwenn Monnier
2024-03-10 22:07 Julien Roy
2023-11-06 14:38 David Roman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1740009803.6f45f522e4f783bd8cbf6a02467b4ec6ba65d55b.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox