summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 73cc85ee9d243617a04ca46baaa7a2e503f9b9de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Sibren Vasse <arch@sibrenvasse.nl>

pkgname=seriesmeta-bin
_pkgname=seriesmeta
pkgver=2.3.2
pkgrel=1
pkgdesc="Update the series metadata on a Kobo ereader"
arch=('x86_64')
url="https://geek1011.github.io/kepubify"
license=('MIT')
source=(${_pkgname}-${pkgver}::https://github.com/geek1011/kepubify/releases/download/v${pkgver}/${_pkgname}-linux-64bit
        LICENSE)
sha256sums=('d62e82e2507ed907cf5d9c60b49b528d548b2effac278639130541530f430127'
            'ebe9fd8caa3794012773f26556c2f40c19677d6f4142367ec5a1594c5bb793ad')

package() {
    cd "${srcdir}/"
    install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
    install -Dm755 "${_pkgname}-${pkgver}" "${pkgdir}"/usr/bin/${_pkgname}
}