app-misc/hcommand - 1.1 (imperium)

Search

Package Information

Description:
Simple command helper
Homepage:
https://gitlab.com/HansvonHohenstaufen/hcommand
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.1 8 amd64 0
View Raw Ebuild
# 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}"
}

Manifest for 1.1

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