logo

overlay

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

afaq-15.1.ebuild (555B)


  1. # Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. DESCRIPTION="An Anarchist FAQ, scrapped in one collection and a markdown version"
  5. HOMEPAGE="https://0xacab.org/ju/afaq https://anarchism.pageabode.com/afaq/index.html"
  6. LICENSE="GPL-2"
  7. SLOT="0"
  8. KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 "
  9. SRC_URI="https://0xacab.org/ju/afaq/-/archive/${PV}/${P}.tar.gz"
  10. src_install() {
  11. dodoc -r html markdown README.md
  12. }