Updated worldflags from 20210512 to 20231112
This commit is contained in:
35
dev-texlive/worldflags/worldflags-20231112.ebuild
Normal file
35
dev-texlive/worldflags/worldflags-20231112.ebuild
Normal file
@ -0,0 +1,35 @@
|
||||
# $Header: $
|
||||
|
||||
EAPI="7"
|
||||
DESCRIPTION="Drawing flags with TikZ, by Wilhelm Haager"
|
||||
HOMEPAGE="https://www.ctan.org/pkg/worldflags"
|
||||
SRC_URI="https://mirrors.ctan.org/graphics/pgf/contrib/worldflags.zip -> ${P}.zip"
|
||||
LICENSE="lppl-1-3"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-macos"
|
||||
SLOT="0"
|
||||
DEPEND="app-text/texlive
|
||||
app-arch/unzip"
|
||||
|
||||
src_unpack() {
|
||||
if [[ -n ${A} ]]; then
|
||||
unpack ${A}
|
||||
mv ${PN} ${P}
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodoc README doc/${PN}.pdf doc/${PN}.tex
|
||||
|
||||
insinto /usr/share/texmf-dist/tex/${PN}
|
||||
doins tex/${PN}.sty
|
||||
doins tex/*.tex
|
||||
doins tex/*.pdf
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
texhash
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
texhash
|
||||
}
|
Reference in New Issue
Block a user