mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -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
|
||||
}
|
||||
11
dev-vcs/git-mediawiki/metadata.xml
Normal file
11
dev-vcs/git-mediawiki/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo-bugzilla@vimja.email</email>
|
||||
<name>Niklaus 'vimja' Hofer</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">Git-Mediawiki/Git-Mediawiki</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user