Package Details: nial 20130414-1

Package Base: nial
Description: An array programming language, like APL and J, but much more easy to learn and read.
Upstream URL: http://www.nial.com/
Category: devel
Licenses: Artistic Licence
Submitter: perlawk
Maintainer: perlawk
Last Packager: None
Votes: 0
First Submitted: 2010-10-06 08:30
Last Updated: 2013-04-14 09:49

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by keenerd

2012-03-09 02:24

It seems the source was taken down. Binaries are still available at
ftp://ftp.nial.com/nial.com/Binaries/Linux-QNial-binary.tar.gz

Also, you don't need the install file. Just do
ln -sf /usr/lib/nial/nial "$pkgdir/usr/bin/nial"
in the PKGBUILD.

Other little improvements:

arch=(`arch`)
is very very wrong. Take a look at how any other package does it.

make -j4
is fairly non-standard, usually that is set in makepkg.conf.

|| return 1
is already done automatically by makepkg.

$startdir/src
should not be used, instead use $srcdir

$pkgdir
should be in double quotes, on the off chance that someone builds the package in a directory with a space in its name.