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.
		
		
		
		
		
			
		
			
				
					
					
						
							21 lines
						
					
					
						
							633 B
						
					
					
				
			
		
		
	
	
							21 lines
						
					
					
						
							633 B
						
					
					
				# Maintainer: Patrik Plihal <patrik.plihal at gmail dot com> | 
						|
 | 
						|
pkgname=ckan | 
						|
pkgver=1.22.2 | 
						|
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=('9e2a9d63fb714f4dc3f070555fc906409d6259136f9b42695b6046d0506f54c7') | 
						|
 | 
						|
package() { | 
						|
  mkdir -p "$pkgdir/usr/bin/" | 
						|
  cp "$srcdir/$pkgname-v$pkgver.exe" "$pkgdir/usr/bin/ckan" | 
						|
  chmod 755 "$pkgdir/usr/bin/ckan" | 
						|
} | 
						|
 | 
						|
 |