7 lines
83 B
Bash
7 lines
83 B
Bash
mkdir ./build
|
|
cp ./PKGBUILD ./build
|
|
cd ./build
|
|
makepkg -sc
|
|
|
|
|
|
echo "build done...."
|