summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 45adb4cf1961d31d848a77735efe06e39dc987d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: yubimusubi
# Current Maintainer: Thomas Koller-Cherek <tk120 at protonmail dot com>

pkgname=('3dsconv-git')
provides=('3dsconv')
conflicts=('3dsconv')
pkgver=r117.383fc1c
pkgrel=1
pkgdesc='Tool to convert Nintendo 3DS CTR Cart Image files (CCI, ".3ds") to the CTR Importable Archive format (CIA).'
arch=('any')
url="https://github.com/ihaveamac/3dsconv"
license=('MIT')
depends=('python' 'python-pyaes')
makedepends=('git')
options=('!strip')
optdepends=('python-crypto: support for zerokey-encryption')
source=("git+https://github.com/ihaveamac/3dsconv.git")
sha256sums=('SKIP')

package() {
    install -d "$pkgdir/usr/bin/"
    install "3dsconv/3dsconv/3dsconv.py" "$pkgdir/usr/bin/3dsconv"
}