The Comprehensive Kerbal Archive Network
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
633 B

# Maintainer: Patrik Plihal <patrik.plihal at gmail dot com>
9 years ago
pkgname=ckan
8 years ago
pkgver=1.20.0
8 years ago
pkgrel=1
9 years ago
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')
9 years ago
source=("${pkgname}-v${pkgver}.exe::https://github.com/KSP-CKAN/CKAN/releases/download/v${pkgver}/ckan.exe")
8 years ago
sha256sums=('4566943a50c92243618a81d3451aa9d00283bc6f4f44257d9f8fd95571d73a70')
9 years ago
package() {
mkdir -p "$pkgdir/usr/bin/"
cp "$srcdir/$pkgname-v$pkgver.exe" "$pkgdir/usr/bin/ckan"
9 years ago
chmod 755 "$pkgdir/usr/bin/ckan"
}