add LORA - Linux.org.ru forum console client
This commit is contained in:
parent
7d37a479b2
commit
063e0720d9
2
www-client/lora/Manifest
Normal file
2
www-client/lora/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
EBUILD lora-9999.ebuild 723 SHA256 68cf81a8e82f2938f916e80c15d2477f3ab6132a567f6248312f31f22c4dda3d SHA512 2add246e8f3b84ee2eeffd5fe76076c283dde481311fbdba0cf5d7eabea988316eb9bd8f1e506013ecc3185cc9df9e5a8a86a8316cd70de4791f425203f41cb7 WHIRLPOOL a64834ceff65c93a127352c5d19d9f55e3c59ebc8c81bffb7d54d72effd4022fa2c6fcfa6265dd2cbdf266e3896cff74ad48980d6a244d21476ebe0d8fda1e06
|
||||
MISC metadata.xml 225 SHA256 1c4bffb142aabec40964571b289e9c5526ecfca69a369484149ce310f5bafb88 SHA512 65518bcd3843de366ec53611af5a9177962274bfb087e9ee8f5f1033b42daf487b8d31e5101683e3c948611fd1d5dca740f2695f35dccccffc9408fa2ef78f02 WHIRLPOOL cd91f75d65535c8bc96d7c7840c97861e13f65d397f590bcff9396d31c39c5ed8f3920c38ccbde358eecdae8216f29465da68756cc8250c2e004971ec5ed0b16
|
37
www-client/lora/lora-9999.ebuild
Normal file
37
www-client/lora/lora-9999.ebuild
Normal file
@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
EGIT_REPO_URI="git://github.com/AlexCones/LORA.git"
|
||||
|
||||
inherit eutils git-2
|
||||
|
||||
DESCRIPTION="LORA is console client for linux.org.ru forum"
|
||||
HOMEPAGE="https://github.com/AlexCones/LORA"
|
||||
LICENSE="as-is"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="sys-apps/sed
|
||||
dev-python/lxml
|
||||
app-shells/bash
|
||||
"
|
||||
|
||||
src_compile() { :; }
|
||||
|
||||
src_install() {
|
||||
dodoc README
|
||||
rm -rf {.git,COPYING,LICENSE,README}
|
||||
insinto /opt/lora
|
||||
doins -r .
|
||||
fperms +x /opt/lora/lora.sh
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "LORA installed into /opt/lora"
|
||||
einfo "Feel free to change PATH variable or run it manually like '/opt/lora/lora.sh'"
|
||||
}
|
8
www-client/lora/metadata.xml
Normal file
8
www-client/lora/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>admin@pinkbyte.ru</email>
|
||||
<name>Sergey</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user