app-text/quarto-bin: update ebuild

This commit is contained in:
Alexander Miroshnichenko 2025-06-12 23:33:05 +03:00
parent 6b3c849cf7
commit b6786332ae
Signed by: alex
GPG Key ID: E93720C6C73A77F4
2 changed files with 10 additions and 6 deletions

View File

@ -13,14 +13,15 @@ QUARTO_SRC_BASE_URI="https://github.com/quarto-dev/${MY_PN}-cli/releases/downloa
SRC_URI="amd64? ( ${QUARTO_SRC_BASE_URI}-linux-amd64.tar.gz )
arm64? ( ${QUARTO_SRC_BASE_URI}-linux-arm64.tar.gz )"
inherit pax-utils
KEYWORDS="-* amd64 arm64"
IUSE="latex"
LICENSE="MIT"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}
latex? ( dev-texlive/texlive-xetex )"
RDEPEND="${DEPEND}"
BDEPEND=""
S="${WORKDIR}/${MY_P}"
@ -33,6 +34,8 @@ src_compile() {
src_install() {
insinto /opt/${MY_PN}
cp -R . "${D}/opt/${MY_PN}" || die "Failed to install the package into '/opt/${PN}'"
cp -pR --reflink=auto . "${D}/opt/${MY_PN}" || die "Failed to install the package into '/opt/${PN}'"
dosym "/opt/${MY_PN}/bin/${MY_PN}" /usr/bin/"${MY_PN}"
pax-mark m "${ED}/opt/${MY_PN}/bin/tools/*/deno"
}

View File

@ -4,12 +4,13 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi xdg-utils desktop
DESCRIPTION="An integrated editor for the typst typesetting system"
HOMEPAGE="https://github.com/Bzero/typstwrite"
HOMEPAGE="https://github.com/Bzero/typstwrite
https://pypi.org/project/typstwriter"
LICENSE="MIT"
SLOT="0"