app-text/quarto-bin: update ebuild
This commit is contained in:
parent
6b3c849cf7
commit
b6786332ae
@ -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"
|
||||
}
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user