| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1 | 8 | amd64 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Simple command helper"
HOMEPAGE="https://gitlab.com/HansvonHohenstaufen/hcommand"
SRC_URI="https://gitlab.com/HansvonHohenstaufen/hcommand/-/archive/v1.1/hcommand-v1.1.tar.gz"
S="${WORKDIR}/hcommand-v1.1"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"
RESTRICT="mirror"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
dobin "${PN}"
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | hcommand-v1.1.tar.gz | 14500 bytes | https://gitlab.com/HansvonHohenstaufen/hcommand/-/archive/v1.1/hcommand-v1.1.tar.gz |