mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
games-misc/varlpenis: new package, add 3.0.2
Signed-off-by: Seth Price <sprice623@aol.com>
This commit is contained in:
36
games-misc/varlpenis/varlpenis-3.0.2.ebuild
Normal file
36
games-misc/varlpenis/varlpenis-3.0.2.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Generates ASCII-art penis of arbitrary length"
|
||||
HOMEPAGE="https://gitlab.com/ssterling/varlpenis"
|
||||
EGIT_REPO_URI="https://gitlab.com/ssterling/varlpenis.git https://github.com/ssterling/varlpenis.git"
|
||||
EGIT_COMMIT="v${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
BDEPEND="sys-devel/bmake"
|
||||
|
||||
src_configure() {
|
||||
local myconf
|
||||
econf --ignore-invalid-arguments \
|
||||
--use-color-ansi \
|
||||
--use-posixtime \
|
||||
--use-fullwidth \
|
||||
${myconf}
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
bmake varlpenis
|
||||
}
|
||||
|
||||
src_install() {
|
||||
bmake DESTDIR="${D}" install
|
||||
dodoc BUGS.md
|
||||
dodoc CHANGELOG.md
|
||||
dodoc README.md
|
||||
}
|
||||
Reference in New Issue
Block a user