Fix ripping-cluster build, add sihnon-js-lib dependency
This commit is contained in:
2
dev-libs/sihnon-js-lib/Manifest
Normal file
2
dev-libs/sihnon-js-lib/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST sihnon-js-lib-0.1.0.tar.gz 4443 RMD160 cb336cfea52276f395575a005722249fe8ccd578 SHA1 e0f85c17967595e46ab8651d492577ced63a221f SHA256 156104efeb89b49c4d5897cc3b048333c17725adecf18b6c415333066c370169
|
||||
EBUILD sihnon-js-lib-0.1.0.ebuild 617 RMD160 a81900356a057d1c8e309cca283537e5ea9ea571 SHA1 bdce28e56bcb60973a525d86afda05d592ce63c5 SHA256 9e57b8e13f8ef7d0b929f4bbc32c329ca67fac50134373c90d6ff22106e89aee
|
||||
34
dev-libs/sihnon-js-lib/sihnon-js-lib-0.1.0.ebuild
Normal file
34
dev-libs/sihnon-js-lib/sihnon-js-lib-0.1.0.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=3
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Sihnon JS Framework"
|
||||
HOMEPAGE="https://benroberts.net/projects/sihnon-framework/"
|
||||
SRC_URI="https://github.com/optiz0r/sihnon-js-lib/tarball/release-${PV} -> ${PN}-${PV}.tar.gz"
|
||||
RESTRICT="mirror"
|
||||
|
||||
LICENSE="CCPL-Attribution-ShareAlike-NonCommercial-3.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
USE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
cd "${WORKDIR}"/optiz0r-sihnon-js-lib-*
|
||||
S=$(pwd)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
insinto "/usr/lib/${PN}"
|
||||
|
||||
doins -r public
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user