logo

overlay

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

bam-0.5.1.ebuild (502B)


  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  3. # Distributed under the terms of the GNU General Public License v2
  4. EAPI=7
  5. inherit eutils toolchain-funcs
  6. DESCRIPTION="Fast and flexible Lua-based build system"
  7. HOMEPAGE="https://matricks.github.io/bam/"
  8. SRC_URI="https://github.com/matricks/bam/archive/v${PV}.tar.gz -> ${P}.tar.gz"
  9. LICENSE="ZLIB"
  10. SLOT="0"
  11. KEYWORDS="~amd64 ~x86"
  12. IUSE="doc test"
  13. RDEPEND="dev-lang/lua:="
  14. DEPEND="${RDEPEND}"