Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
0ff8195e
Verified
Commit
0ff8195e
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
experimental/nim: new package (fails some tests)
parent
8ebb53f9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
experimental/nim/APKBUILD
+37
-0
37 additions, 0 deletions
experimental/nim/APKBUILD
with
37 additions
and
0 deletions
experimental/nim/APKBUILD
0 → 100644
+
37
−
0
View file @
0ff8195e
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
nim
pkgver
=
0.20.0
pkgrel
=
0
pkgdesc
=
"Statically typed, compiled systems programming language"
url
=
"https://nim-lang.org/"
arch
=
"all"
license
=
" "
depends
=
""
checkdepends
=
"gc node"
makedepends
=
"openssl-dev pcre-dev"
subpackages
=
"
$pkgname
-doc"
source
=
"https://nim-lang.org/download/nim-
$pkgver
.tar.xz"
build
()
{
sh build.sh
bin/nim
--parallelBuild
:
${
JOBS
}
c koch
./koch boot
--parallelBuild
:
${
JOBS
}
-d
:release
PATH
=
"./bin:
$PATH
"
./koch
--stable
tools
}
check
()
{
PATH
=
"./bin:
$PATH
"
./koch
test
}
package
()
{
PATH
=
"./bin:
$PATH
"
./koch
install
"
$pkgdir
"
mkdir
-p
"
$pkgdir
"
/usr/share/doc
mv
"
$pkgdir
"
/usr/share/nim/doc
"
$pkgdir
"
/usr/share/doc/nim
for
_exec
in
bin/
*
;
do
install
-m755
_exec
"
$pkgdir
"
/usr/bin/
done
}
sha512sums
=
"e41fc9f9337535d07ebdd14ae8195bf9c666a0a242516f24d50241e69d50e89fcb9ac1a0b1fbeee0bc75b0218aeb18698ff2ac87447005dad52dc18da80bb02d nim-0.20.0.tar.xz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment