ccextractor/package_creators/arch.sh

9 lines
114 B
Bash
Raw Normal View History

2017-03-29 14:22:22 +00:00
#!/bin/sh
./tarball.sh
makepkg -g >> PKGBUILD
makepkg -sic
rm ./*.tar.gz
rm ./*.pkg.tar.xz
sed -i '$ d' PKGBUILD