mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
dev-vcs/git-mediawiki: new package, add 9999
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
38
dev-vcs/git-mediawiki/git-mediawiki-9999.ebuild
Normal file
38
dev-vcs/git-mediawiki/git-mediawiki-9999.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION=" Gate between Git and Mediawiki "
|
||||
HOMEPAGE="https://github.com/Git-Mediawiki/Git-Mediawiki"
|
||||
EGIT_REPO_URI="https://github.com/Git-Mediawiki/Git-Mediawiki.git"
|
||||
|
||||
inherit git-r3 perl-functions
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="dev-vcs/git[perl]"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
dev-perl/MediaWiki-API
|
||||
dev-perl/DateTime-Format-ISO8601
|
||||
"
|
||||
BDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=(
|
||||
"README.md",
|
||||
"docs"
|
||||
)
|
||||
|
||||
src_compile(){
|
||||
return
|
||||
}
|
||||
|
||||
src_install(){
|
||||
exeinto "/usr/libexec/git-core"
|
||||
doexe git-remote-mediawiki
|
||||
doexe git-mw
|
||||
|
||||
perl_domodule -C Git Git/Mediawiki.pm
|
||||
}
|
||||
Reference in New Issue
Block a user