mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+fluentci.io (#3724)
* add fluentci package fix test * add deno to dependencies and update build script * fix(fluentci.io): set skip-patchelf to true * fix(fluentci.io): use skip: string | string[] syntax * fix test * fix test more --------- Co-authored-by: Jacob Heider <jacob@pkgx.dev>
This commit is contained in:
parent
690793792f
commit
ce04d7169a
1 changed files with 30 additions and 0 deletions
30
projects/fluentci.io/package.yml
Normal file
30
projects/fluentci.io/package.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
distributable:
|
||||
url: https://github.com/fluentci-io/fluentci/archive/refs/tags/v{{ version }}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
display-name: fluentci
|
||||
|
||||
versions:
|
||||
github: fluentci-io/fluentci
|
||||
|
||||
dependencies:
|
||||
dagger.io: ^0.8.8
|
||||
deno.land: ^1.36
|
||||
charm.sh/glow: ^1.5.1
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
deno.land: ^1.37
|
||||
script: |
|
||||
deno compile -A --unstable --import-map="$SRCROOT"/import_map.json --output fluentci ./main.ts
|
||||
mkdir -p "{{ prefix }}"/bin
|
||||
cp fluentci "{{ prefix }}"/bin
|
||||
skip: fix-patchelf
|
||||
|
||||
provides:
|
||||
- bin/fluentci
|
||||
|
||||
test:
|
||||
- fluentci --version
|
||||
# contains shell escapes; can't use test
|
||||
- fluentci --version | grep {{ version }}
|
Loading…
Reference in a new issue