summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0218271867c220c673cb6ec85ab9692abbd9a715 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
pkgname=steve++
pkgver=1.0.0
pkgrel=1
pkgdesc="A joke c++ compiler that does nothing."
arch=('i686' 'x86_64')
depends=('bash')
source=('steve++')
sha256sums=('ebd277f07f6a07aa0ab84853ee6e0b0936425514b89062aa90261736d4352c82')

package() {
  install -Dm755 "steve++" "${pkgdir}/usr/bin/steve++"
}