# Maintainer: Aiden "Acey" Sognatore theaidency [at] gmail [dot] com # Contributor: kleintux pkgname="makesndwch" pkgver="1.0.1" pkgrel="2" pkgdesc="Order Tux to make a sandwich for you." arch=("any") source=(makesndwch.sh) sha256sums=('2e0dda8b07a12fba5301bb309c681e724abe203935948a458025340fa826acc2') package(){ install -Dm755 "${srcdir}/makesndwch.sh" "${pkgdir}/usr/bin/makesndwch" }