# Maintainer: Francesco Minnocci # Contributor: thaliarchos pkgname=bookmenu-git pkgver=r165.e6947cf pkgrel=1 pkgdesc="Command line utility to browse and download ebooks from LibGen, using the InterPlanetary File System." arch=('any') url="https://github.com/kusky3/bookmenu" license=('GPL3') depends=('chafa' 'wget') makedepends=('git') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") source=('git+https://github.com/kusky3/bookmenu') sha512sums=('SKIP') pkgver() { cd "$srcdir/${pkgname%-git}" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } package() { cd "$srcdir/${pkgname%-git}" install -Dm755 "${pkgname%-git}" "${pkgdir}/usr/bin/${pkgname%-git}" install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname%-git}/LICENSE" }