app-eselect/eselect-bluespec: new package, add 1.0.1

Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2022-08-29 00:59:47 +08:00
parent e4dd8a0417
commit 29024143c6
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST eselect-bluespec-1.0.1.tar.gz 1922 BLAKE2B 4b24e4762906f854a888ec21d5ab7768533ab163eb9290d1e50e4e835064235e9583bfc244d7cbada6141934f45e61b0832b4c4d192c3e79856b43cf41027d85 SHA512 4692fae610aa758a592ffdc9b13fcf78f1952280f3cc37708854a4bac373ab8a9df54589026355c1f600b8e562d6b8f1cad66ce6b739955c0a679631230042ee

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
DESCRIPTION="Manages the /usr/bin/vi symlink"
HOMEPAGE="https://github.com/vowstar/eselect-bluespec"
SRC_URI="https://github.com/vowstar/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
RDEPEND="app-admin/eselect"
src_prepare() {
default
eautoreconf
}

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>vowstar@gmail.com</email>
<name>Huang Rui</name>
</maintainer>
<upstream>
<remote-id type="github">vowstar/eselect-bluespec</remote-id>
</upstream>
</pkgmetadata>