logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

gtk-doc-am-1.32.ebuild (575B)


  1. # Copyright 1999-2019 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. DESCRIPTION="Virtual ebuild for ::gentoo compatibility"
  5. HOMEPAGE="https://gitlab.gnome.org/GNOME/gtk-doc"
  6. LICENSE="public-domain"
  7. SLOT="0"
  8. KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
  9. RDEPEND="dev-util/gtk-doc"
  10. RESTRICT="test"
  11. S="${WORKDIR}"
  12. src_compile() {
  13. :
  14. }
  15. src_install() {
  16. :
  17. }