mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
dev-util/scc: new package, add 3.4.0
Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
1
dev-util/scc/Manifest
Normal file
1
dev-util/scc/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST scc-3.4.0.tar.gz 2580087 BLAKE2B 54f60d184a466a94a479b08a0f5d9c9bd416161b88bf7600a62f13ea003df1aa0f6449baf38239f7f8f3830884d5ed50d6c5f9c448feea6c60d5f227383b2678 SHA512 d6c2395eb87e21f14362910cbc18be54f517df65844a3534b6b9f3cdf1a28fcf710253e64b6b013937ff51d0e6d8641c70d05cdaf1ad6fbd4740f707313be2dc
|
||||||
11
dev-util/scc/metadata.xml
Normal file
11
dev-util/scc/metadata.xml
Normal 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>wuzhenyu@ustc.edu</email>
|
||||||
|
<name>Wu, Zhenyu</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">boyter/scc</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
28
dev-util/scc/scc-3.4.0.ebuild
Normal file
28
dev-util/scc/scc-3.4.0.ebuild
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
# Copyright 2024 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit go-module
|
||||||
|
|
||||||
|
DESCRIPTION="scc is a very fast accurate code counter"
|
||||||
|
HOMEPAGE="https://github.com/boyter/scc/tree/master"
|
||||||
|
SRC_URI="https://github.com/boyter/scc/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="MIT Unlicense"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
DEPEND=""
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND=""
|
||||||
|
DOCS="CONTRIBUTING.md LANGUAGES.md README.md examples"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
go build
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dobin scc
|
||||||
|
einstalldocs
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user