#!/bin/sh set -e if command -v makepkg >/dev/null && [ -e PKGBUILD ]; then makepkg --printsrcinfo > .SRCINFO git add .SRCINFO exit fi