Autogenerated commit at 2024-10-31 14:17:15.712894+00:00
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
pkgbase = scc
|
||||
pkgdesc = Sloc, Cloc and Code: a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
|
||||
pkgver = 3.3.5
|
||||
pkgver = 3.4.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/boyter/scc
|
||||
arch = x86_64
|
||||
@ -9,7 +9,7 @@ pkgbase = scc
|
||||
license = Unlicense
|
||||
makedepends = go
|
||||
depends = glibc
|
||||
source = scc-3.3.5::https://github.com/boyter/scc/archive/v3.3.5.tar.gz
|
||||
sha256sums = 028869a7d053879a8e3f2872fdd792f165db13696918d08863475c638f08ef06
|
||||
source = scc-3.4.0::https://github.com/boyter/scc/archive/v3.4.0.tar.gz
|
||||
sha256sums = bdedb6f32d1c3d73ac7e55780021c742bc8ed32f6fb878ee3e419f9acc76bdaa
|
||||
|
||||
pkgname = scc
|
||||
|
4
scc/.nvchecker.toml
Normal file
4
scc/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[scc]
|
||||
source = "git"
|
||||
git = "https://github.com/boyter/scc.git"
|
||||
prefix = "v"
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: Ilaï Deutel <PlMWPh1WSmypRv0JQljz> (echo ... | tr 'A-Za-z' 'l-za-kL-ZA-K' | base64 -d)
|
||||
|
||||
pkgname=scc
|
||||
pkgver=3.3.5
|
||||
pkgver=3.4.0
|
||||
pkgrel=1
|
||||
pkgdesc='Sloc, Cloc and Code: a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go'
|
||||
arch=('x86_64' 'i386')
|
||||
@ -10,7 +10,7 @@ license=('MIT' 'Unlicense')
|
||||
depends=('glibc')
|
||||
makedepends=('go')
|
||||
source=("$pkgname-$pkgver::https://github.com/boyter/$pkgname/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('028869a7d053879a8e3f2872fdd792f165db13696918d08863475c638f08ef06')
|
||||
sha256sums=('bdedb6f32d1c3d73ac7e55780021c742bc8ed32f6fb878ee3e419f9acc76bdaa')
|
||||
|
||||
prepare(){
|
||||
cd "$pkgname-$pkgver"
|
||||
|
Reference in New Issue
Block a user