Professional open source system to create Windows installers
NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.
System | Target | Derivation | Build status |
---|---|---|---|
x86_64-linux | /gnu/store/rb19c3qbi48fpvmjgsirvchshlz9n641-nsis-i686-3.05.drv | ||
riscv64-linux | /gnu/store/c1mbsqyf5hny58gpyrpgr7p26y4h64nf-nsis-i686-3.05.drv | ||
powerpc-linux | /gnu/store/9mq75lzy64iishr71awf3hbwkc9a7vni-nsis-i686-3.05.drv | ||
powerpc64le-linux | /gnu/store/3nlq72hld9rvbr4rry5krng2mm8vplm0-nsis-i686-3.05.drv | ||
mips64el-linux | /gnu/store/89g271zqa5y43sn1y26plyxm80v0sfg8-nsis-i686-3.05.drv | ||
i686-linux | /gnu/store/iw6zp47lda1z7c0grx9s1ck77nk3s3iv-nsis-i686-3.05.drv | ||
i586-gnu | /gnu/store/jdvbs28lchg520ippmn6hg44fcwf35bd-nsis-i686-3.05.drv | ||
armhf-linux | /gnu/store/mybql8csbbci5nzlccn4424a1l6frszd-nsis-i686-3.05.drv | ||
aarch64-linux | /gnu/store/8z07wiwywp78hmzd1lrinyfnqx0a85ni-nsis-i686-3.05.drv |
Linter | Message | Location |
---|---|---|
description Validate package descriptions | sentences in description should be followed by two spaces; possible infraction at 107 | |
patch-file-names Validate file names and availability of patches | file names of patches should start with the package name | |
patch-headers Validate patch headers | nsis-env-passthru.patch: patch lacks comment and upstream status | |
formatting Look for formatting issues in the source | line 66 is way too long (115 characters) | |
formatting Look for formatting issues in the source | line 67 is way too long (112 characters) | |
formatting Look for formatting issues in the source | line 81 is way too long (112 characters) | |
formatting Look for formatting issues in the source | line 95 is way too long (92 characters) | |
formatting Look for formatting issues in the source | line 115 is way too long (97 characters) | |
formatting Look for formatting issues in the source | line 119 is way too long (122 characters) | |
formatting Look for formatting issues in the source | line 129 is way too long (114 characters) | |
input-labels Identify input labels that do not match package names | label 'xgcc' does not match package name 'gcc-cross-i686-w64-mingw32' | |
input-labels Identify input labels that do not match package names | label 'xbinutils' does not match package name 'binutils-cross-i686-w64-mingw32' | |
input-labels Identify input labels that do not match package names | label 'mingw-w64' does not match package name 'mingw-w64-i686' |