app-office/lyx-gost:add new package

master
Alexander Miroshnichenko 2023-10-10 21:34:58 +03:00
parent 0212f28508
commit 4bb68bee9b
Signed by: alex
GPG Key ID: E93720C6C73A77F4
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST lyx-gost-1.6.0.tar.bz2 88863 BLAKE2B 9696e83897fb0c0a41d87ba1d1c1881fe8f0adf517d9a40ee6810a3084e1e57d52d82397bb4b69a5f7053cfafef7b1b9af6b5fda96d4b5c671d175b2140ed5e9 SHA512 2b6e1174dd6fa80e27d16041fce1542b8eb4a6996ba278554db9119831b32ac33c7b29bbc0e89c762ce10ffd93b5089e54ee9bc2cfeaad2e8004045d7ed83ac8
EBUILD lyx-gost-1.6.0.ebuild 601 BLAKE2B 17cc35af74049e2ad3cf1f7a9817d04a27e466198f8536dee54f2d9164ee905a2b1a941082a3ecdbb8552fd48e75c912b50e2f69f4072760b4ca8935fe662b88 SHA512 ccb7b5d2506d0366768bdb9869bbd1d5872fe25bece11ccc8944128fae774f008ca4f760c6806afc11cc9dd5ab5ec10f56ba91a66402f662e8d16297daccb64d

View File

@ -0,0 +1,30 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
LYX_DIR=/usr/share/lyx
DESCRIPTION="The GOST class files for LyX"
HOMEPAGE="http://www.etersoft.ru/content/category/9/80/63/"
SRC_URI="https://git.millerson.name/attachments/4f9f55a1-307a-4e16-9ba1-d4894cfb9b7b -> ${P}.tar.bz2"
LICENSE="GPL-2.0"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=""
RDEPEND="${DEPEND}
app-office/lyx"
BDEPEND=""
src_install() {
insinto ${LYX_DIR}
doins -r layouts templates clipart
dodoc doc/*
}
pkg_postinst() {
"${LYX_DIR}"/configure.py --without-latex-config
}