1
0
Fork 0
This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
pyrocufflink-overlay/www-apps/dchwww/dchwww-9999.ebuild

29 lines
491 B
Bash

EAPI=5
PYTHON_COMPAT=( python3_{3,4} )
inherit python-r1 git-r3
DESCRIPTION="dustin.hatch.name Website"
HOMEPAGE="http://dustin.hatch.name/"
SRC_URI=""
EGIT_REPO_URI="git://shyla.pyrocufflink.jazz/${PN}.git"
EGIT_BRANCH="master"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND="
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/milla[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
"
src_install() {
dodir /usr/share/${PN}
cp -r * ${D}/usr/share/${PN} || die
}