jovanbulck / jsh

A basic UNIX shell implementation in C
GNU General Public License v3.0
30 stars 10 forks source link

Jsh on AUR #45

Open stefaantruijen opened 9 years ago

stefaantruijen commented 9 years ago

Currently, jsh is not on AUR!

Current behaviour

$ yaourt -Ss jsh
community/jshon 20131105-1
    A json parser for the shell.
aur/heirloom-sh-cvs 2011.06.22-1 (5)
    Traditional sh [jsh(1)], derived from OpenSolaris code. CVS repository
aur/heirloom-sh-musl-cvs 20120609-1 (1)
    sh [jsh(1)], derived OpenSolaris code, statically linked to musl libc
aur/nodejs-jshint 2.5.6-1 (33)
    Static analysis tool for JavaScript
aur/vim-lint-git 20130427-1 (1)
    Vim + JSHint + CSSLint + V8

Expected behaviour

$ yaourt -Ss jsh
community/jshon 20131105-1
    A json parser for the shell.
aur/jsh 1.1.0 [installed]
    A basic UNIX shell implementation in C
aur/heirloom-sh-cvs 2011.06.22-1 (5)
    Traditional sh [jsh(1)], derived from OpenSolaris code. CVS repository
aur/heirloom-sh-musl-cvs 20120609-1 (1)
    sh [jsh(1)], derived OpenSolaris code, statically linked to musl libc
aur/nodejs-jshint 2.5.6-1 (33)
    Static analysis tool for JavaScript
aur/vim-lint-git 20130427-1 (1)
    Vim + JSHint + CSSLint + V8 
jovanbulck commented 9 years ago

Yep! Just because we can, this should be fixed before the debian packaging in issue #17 ;-)

stefaantruijen commented 9 years ago

Agreed!