1 2 3 4 5
#!/bin/sh echo -e "Writing .SRCINFO file..." makepkg --printsrcinfo > .SRCINFO echo -e "Done"