# Maintainer: Markus M. May <triplem@tu.archserver.org>
# Contributor: Yejun Yang <yejunx AT gmail DOT com>
pkgname=ec2arch
pkgver=1.0
pkgrel=1
pkgdesc="Initial script for EC2"
arch=(any)
url="http://github.com/yejun/ec2arch"
license=('BSD')
depends=(initscripts)
# NOTE: Must use a URL to a specific commit here, otherwise
#       we will download the latest HEAD which won't match
#       the md5sums (could also introduce breakages)
source=('https://github.com/yejun/ec2arch/raw/13ea58099fe611a4a2450c1f1eff31e24040fc83/ec2')
md5sums=('156636b587cf757fd3a938d0d2b957c2')

package() {
  cd "$srcdir"
  install -m755 -D ec2 "$pkgdir/etc/rc.d/ec2"
}

# vim:set ts=2 sw=2 et:
