pdfnup-extras-9999.ebuild 500 B

12345678910111213141516171819202122232425262728
  1. # Copyright 1999-2021 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. DESCRIPTION="extra pdfnup scripts"
  5. HOMEPAGE="https://github.com/rrthomas/pdfjam-extras"
  6. EGIT_REPO_URI="https://github.com/rrthomas/pdfjam-extras.git"
  7. inherit git-r3
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="amd64 arm arm64 ppc ~ppc64 x86 ~amd64-linux"
  11. IUSE=""
  12. RDEPEND="
  13. app-text/texlive-core
  14. "
  15. DEPEND="${RDEPEND}"
  16. BDEPEND=""
  17. src_install() {
  18. doman man1/*
  19. exeinto /usr/bin
  20. doexe bin/*
  21. }