description="Shell script compiler"
url="https://github.com/neurobin/shc"

packager="sundev79 <sun@nutyx.org>"
contributors=""

makedepends=()
run=()

name=shc
version=4.0.3

source=(https://github.com/neurobin/shc/archive/refs/tags/$version.tar.gz)

build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}
