app-misc/mkproj - 0.2 (dinolay)

Search

Package Information

Description:
Make and use templates for projects
Homepage:
https://ari.lt/gh/mkproj
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.2 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
S="${WORKDIR}/${PN}"

PYTHON_COMPAT=( python3_{3..13} )

DESCRIPTION="Make and use templates for projects"
HOMEPAGE="https://ari.lt/gh/mkproj"
SRC_URI="https://ari.lt/gh/mkproj/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
>=dev-lang/python-3.8.12_p1-r1
man? ( sys-apps/man-db )
"
RDEPEND="${DEPEND}"
BDEPEND=""
IUSE="+man"

DOCS=(README.md)

src_install() {
    dobin mkproj
    use man && (doman mkproj.1 && einstalldocs)
}

USE Flags

man
Default: Enabled (+)

Dependencies

DEPEND

>=dev-lang/python-3.8.12_p1-r1
man? ( sys-apps/man-db )

RDEPEND

>=dev-lang/python-3.8.12_p1-r1
man? ( sys-apps/man-db )

Manifest for 0.2

Type File Size Source URLs
DIST mkproj-0.2.tar.gz 13977 bytes https://ari.lt/gh/mkproj/archive/v0.2.tar.gz