You are not logged in.

#1 2018-03-22 22:19:07

kauron
Member
Registered: 2015-12-01
Posts: 9

dmenu-lpass PKGBUILD for review

I have come across a useful script in GitHub, that provides a dmenu-based interface to lastpass-cli. I made a PKGBUILD file and wanted to check if it was ok. The only thing that I doubt about is the license, should I ask the creator or just write unknown?

Contrary to what's indicated in the wiki, I have left the v out of the $pkgver, because the folder inside the tar file doesn't contain it.

Thanks!

# Maintainer: Carlos Galindo <carlos.s.galindo@gmail.com>

pkgname=dmenu-lpass
pkgver=0.1.0
pkgrel=1
pkgdesc="dmenu script for lastpass-cli"
arch=("any")
url="https://github.com/va7sdf/dmenu-lpass"
license=("unknown")
depends=("bash" "lastpass-cli" "awk" "dmenu")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=("764f883842235d6d6f1fb0475f487b550ec700760fa09c38cebefc4613e67b0f")

package() {
    mkdir -p "$pkgdir/usr/bin"
    cp "$pkgname-$pkgver/dmenu-lpass.sh" "$pkgdir/usr/bin/dmenu-lpass"
}

Last edited by kauron (2018-03-22 23:31:48)

Offline

Board footer

Powered by FluxBB