ccextractor/package_creators/arch.sh
2017-03-29 19:52:22 +05:30

9 lines
114 B
Bash
Executable File

#!/bin/sh
./tarball.sh
makepkg -g >> PKGBUILD
makepkg -sic
rm ./*.tar.gz
rm ./*.pkg.tar.xz
sed -i '$ d' PKGBUILD