pkgname=shellnocheck pkgver=1 pkgrel=1 pkgdesc="Shell script analysis tool" url="https://github.com/tatokis/shellnocheck" license=("GPL-2.0-or-later") arch=('i486' 'i686' 'pentium4') provides=('shellcheck') conflicts=('shellcheck') replaces=('shellcheck') source=("git+https://github.com/tatokis/shellnocheck.git") sha256sums=('SKIP') makedepends=('git') build() { cd shellnocheck make } package() { cd shellnocheck install -D -m755 shellcheck -t "$pkgdir"/usr/bin/ }