mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
premake: remove in gentoo's favour
This commit is contained in:
parent
402d86195f
commit
87449c7d7f
3 changed files with 0 additions and 25 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST premake-src-3.2.zip 368002 SHA256 3ba57e55f68dc70db5b8e3535d93b39e6fe29a4d388adb331bc365ee4c70eaa1
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
MD5 6848ae083ad944fef788978ce7670cd9 premake-src-3.2.zip 368002
|
||||
RMD160 bbf8178067512ed532963b5f1c2af49c19c38dc6 premake-src-3.2.zip 368002
|
||||
SHA256 3ba57e55f68dc70db5b8e3535d93b39e6fe29a4d388adb331bc365ee4c70eaa1 premake-src-3.2.zip 368002
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
DESCRIPTION="A makefile generation tool"
|
||||
HOMEPAGE="http://premake.berlios.de/"
|
||||
SRC_URI="mirror://sourceforge/premake/${PN}-src-${PV}.zip"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="app-arch/unzip"
|
||||
RDEPEND=""
|
||||
|
||||
S=${WORKDIR}/${P/p/P}
|
||||
|
||||
src_install() {
|
||||
dobin bin/premake
|
||||
}
|
||||
Loading…
Reference in a new issue