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
571 B

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