diff options
author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-06-06 00:04:07 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-06-06 00:04:50 +0100 |
commit | cb76f266faadfbae54016b43d67b244f0217a7e4 (patch) | |
tree | 6508813c98e3e78bd799881b5f727cb4d222d400 /compiler/installer.ini | |
parent | 07d7d35d995262830f86cc02f3c663eae5714d2f (diff) | |
download | Nim-cb76f266faadfbae54016b43d67b244f0217a7e4.tar.gz |
Niminst now bundles the `compiler` dir when packaging.
Diffstat (limited to 'compiler/installer.ini')
-rw-r--r-- | compiler/installer.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/installer.ini b/compiler/installer.ini index 12d9baf82..74747cc9f 100644 --- a/compiler/installer.ini +++ b/compiler/installer.ini @@ -279,3 +279,7 @@ buildDepends: "gcc (>= 4:4.3.2)" pkgDepends: "gcc (>= 4:4.3.2)" shortDesc: "The Nim Compiler" licenses: "bin/nim,MIT;lib/*,MIT;" + +[nimble] +pkgName: "compiler" +pkgFiles: "compiler/*;doc/basicopt.txt;doc/advopt.txt" |