logo

overlay

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

ibniz-1.18.ebuild (430B)


  1. # Copyright 1999-2021 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. DESCRIPTION="virtual machine designed for extremely compact low-level audiovisual programs"
  5. HOMEPAGE="http://pelulamu.net/ibniz/"
  6. SRC_URI="http://pelulamu.net/ibniz/${P}.tar.gz"
  7. LICENSE="ZLIB"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~x86"
  10. IUSE=""
  11. DEPEND="media-libs/libsdl"
  12. RDEPEND="${DEPEND}"
  13. src_install() {
  14. dobin ibniz
  15. }