fix(cloc)

closes #5244
This commit is contained in:
Jacob Heider 2024-02-23 00:51:03 -05:00 committed by Jacob Heider
parent 5ef8fd50df
commit 23ae0a9ed8

View file

@ -1,13 +1,17 @@
distributable:
url: https://github.com/AlDanial/cloc/archive/v{{version.marketing}}.tar.gz
url: https://github.com/AlDanial/cloc/archive/{{version.tag}}.tar.gz
strip-components: 1
versions:
github: AlDanial/cloc
dependencies:
perl.org: ^5
runtime:
env:
PERL5LIB: $PERL5LIB:{{prefix}}/lib/perl5
build:
dependencies:
cpanmin.us: '*'
@ -18,7 +22,7 @@ build:
- cpanm -l {{prefix}} $PKGS
- make --jobs {{ hw.concurrency }} -C Unix prefix={{prefix}} install
- run: fix-shebangs.ts cloc config_data
working-directory: "{{prefix}}/bin"
working-directory: '{{prefix}}/bin'
env:
PKGS:
- Regexp::Common
@ -31,10 +35,12 @@ build:
- Devel::GlobalDestruction
- Sub::Exporter::Progressive
PERL5LIB: $PERL5LIB:{{prefix}}/lib/perl5
provides:
- bin/cloc
- bin/config_data
test:
script:
- cloc --csv . | grep 1,C,0,0,5
- cloc --version | grep {{version.marketing}}
- cloc --csv . | grep 1,C,0,0,5
- cloc --version
- cloc --version | grep {{version.marketing}}