mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
app-admin/ananicy: tentative ebuild
not sure if I'm missing something for python please review Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
app-admin/ananicy/Manifest
Normal file
1
app-admin/ananicy/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST ananicy-2.2.1.tar.gz 43197 BLAKE2B 5fc1fb201c50d7b93b62d089bf341c105b2e931349966e97b2becd0744f24ebd8900ea54e113bc3fc7a2648f4e088a2215b669861a311f2c92f30a8583ad95ad SHA512 858bbfbf196a2b8f512e4f09d8a0f176ef33fbbf610c8de437dc7889830a6f8a302c4d864faa8e28c71d4c1229c112e56b7fd84918d85786153228217aaec7ef
|
||||
29
app-admin/ananicy/ananicy-2.2.1.ebuild
Normal file
29
app-admin/ananicy/ananicy-2.2.1.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||
|
||||
inherit python-any-r1
|
||||
|
||||
DESCRIPTION="ANother Auto NICe daemon"
|
||||
HOMEPAGE="https://github.com/Nefelim4ag/Ananicy"
|
||||
SRC_URI="https://github.com/Nefelim4ag/Ananicy/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
RDEPEND="sys-apps/systemd"
|
||||
S="${WORKDIR}/${P^}"
|
||||
DOCS=( README.md )
|
||||
|
||||
src_compile() {
|
||||
return
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake PREFIX="${ED}" install
|
||||
python_fix_shebang "${ED}/usr/bin/ananicy"
|
||||
einstalldocs
|
||||
}
|
||||
4
app-admin/ananicy/metadata.xml
Normal file
4
app-admin/ananicy/metadata.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user