Added dev-texlive/worldflags-20210512
This commit is contained in:
1
dev-texlive/worldflags/Manifest
Normal file
1
dev-texlive/worldflags/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST worldflags-20210512.zip 4793907 BLAKE2B ef8222ba90d8296da74b5f4f4869b2438b0bced54b62f13f8bd531ea297f8865f1e4639ec55d2a42c72da0ef04860a7ad7fca7b353c8e54ad529f350bcd31f67 SHA512 823ae766a62c10e65f4c4289ecad02160be9043edd1ab28f62863815b23abdf7b2ebd1276924fd47c5e7e36bdd10c583eca3dad42aec6003bc8a1d44af12f7a6
|
13
dev-texlive/worldflags/metadata.xml
Normal file
13
dev-texlive/worldflags/metadata.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>pierre.saundersps@gmail.com</email>
|
||||
<name>Pierre Saunders</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
This is a package for drawing flags using TikZ.
|
||||
Currently the national flags of all independent nations are included,
|
||||
additionally some other flags of various organizations.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
38
dev-texlive/worldflags/worldflags-20210512.ebuild
Normal file
38
dev-texlive/worldflags/worldflags-20210512.ebuild
Normal file
@ -0,0 +1,38 @@
|
||||
# $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"
|
||||
IUSE=""
|
||||
DEPEND="app-text/texlive
|
||||
app-arch/unzip"
|
||||
|
||||
src_unpack() {
|
||||
if [[ -n ${A} ]]; then
|
||||
unpack ${A}
|
||||
mv ${PN} ${P}
|
||||
fi
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
tex ${PN}.ins
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodoc README doc/${PN}.tex doc/${PN}.pdf
|
||||
|
||||
insinto /usr/share/texmf-dist/tex/latex
|
||||
doins tex/${PN}.sty
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
texhash
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
texhash
|
||||
}
|
Reference in New Issue
Block a user