summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e0da2852693470c21188974a6ea2f68b0a8c4336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Maintainer : Yamada Hayao <hayao@fascode.net>
# Contributer: Taiki Sugawara <buzz.taiki@gmail.com>

_pkgname=super_unko
pkgname="${_pkgname}"
pkgver="1.0.6"
pkgrel="2"
pkgdesc="Super Unko project is the one of the awesome, clean and sophisticated OSS project in the world."
arch=('i686' 'x86_64')
url="https://github.com/unkontributors/super_unko"
license=('custom:unko')
makedepends=(git)
optdepends=('toilet: for unko.toilet'
            'xterm: for unko.puzzle'
            'xdotool: for unko.puzzle'
            'bc: for unko.puzzle'
            'cowsay: for unko.think'
            'echo-sd: for unko.shout')
conflicts=(super_unko-git)
source=(
    "https://github.com/unkontributors/super_unko/archive/refs/tags/${pkgver}.zip"
)
sha1sums=('SKIP')

package() {
    cd "${srcdir}/${_pkgname}-${pkgver}"
    "${srcdir}/${_pkgname}-${pkgver}/install.sh" "${pkgdir}/usr"
    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
}