tash
description
build
to build and install this package use the ports submodule in the stanix repo after having making stanix
cd ports
./clean.sh tash
./build.sh tash
./install.sh tash
precompiled
precompiled are currently not available
packages source
manifest
GIT=https://github.com/tayoky/tash
COMMIT=d78769ee11a8da2f1dd44f820a1f0bb519b8f903
configure() {
./configure --host="$HOST" --cc=$CC --prefix=$PREFIX
}
build() {
make
}
install() {
make install
}
this page was generated using a script