# Maintainer: Patrik Plihal pkgname=ckan pkgver=1.18.1 pkgrel=1 pkgdesc='All you need to find, install, and manage mods for Kerbal Space Program (ksp)' arch=('any') url="https://github.com/KSP-CKAN/CKAN/" license=('MIT') depends=('curl' 'mono') conflicts=('ckan-git') source=("${pkgname}-v${pkgver}.exe::https://github.com/KSP-CKAN/CKAN/releases/download/v${pkgver}/ckan.exe") sha256sums=('d9d45dec82e73a831afab755a078f3f099c8089053a21d6329088011ef76e572') package() { mkdir -p "$pkgdir/usr/bin/" cp "$srcdir/$pkgname-v$pkgver.exe" "$pkgdir/usr/bin/ckan" chmod 755 "$pkgdir/usr/bin/ckan" }