mirror of
https://github.com/ivabus/pantry
synced 2024-11-25 09:55:06 +03:00
nim-lang.org: remove compiler/ dir from binary package
Remove double blank lines Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
9456e16ca2
commit
f6be5b649e
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@ distributable:
|
|||
url: https://nim-lang.org/download/nim-{{ version }}.tar.xz
|
||||
strip-components: 1
|
||||
|
||||
|
||||
# FIXME: test more versions
|
||||
versions:
|
||||
- v1.6.14
|
||||
|
@ -18,7 +17,6 @@ provides:
|
|||
- bin/nimpretty
|
||||
- bin/nimble
|
||||
|
||||
|
||||
dependencies:
|
||||
gnu.org/gcc: '*'
|
||||
pcre.org: '*'
|
||||
|
@ -35,6 +33,7 @@ build:
|
|||
./koch boot -d:release
|
||||
./koch tools
|
||||
./install.sh {{ prefix }}
|
||||
rm -rf {{ prefix }}/nim/compiler
|
||||
cp -r {{ prefix }}/nim/* {{ prefix }}
|
||||
rm -rf {{ prefix }}/nim
|
||||
for fn in atlas nim nim-gdb nim_dbg nimble nimgrep nimpretty nimsuggest testament; do cp ./bin/$fn {{ prefix }}/bin/; done
|
||||
|
|
Loading…
Reference in a new issue