summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 216c6555b8a34f54ffc5e3e604f7f236a5b76a07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Angel Dollface <angelbbe@proton.me>
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=flek-bin
pkgver=1.9.0
pkgrel=1
pkgdesc="A Rustacean implementation of my own algorithms to check for password security."
url="https://github.com/angeldollface/flek"
license=("MIT")
arch=("x86_64")
provides=("flek")
conflicts=("flek")
source=("https://github.com/angeldollface/flek/releases/download/v.$pkgver/flek-$pkgver-x86_64.tar.gz")
sha256sums=("e7997b3d8e147b9494292da3922335286f980152ff76f96c30ff8776a7a704b4")

package() {
    install -Dm755 flek -t "$pkgdir/usr/bin"
    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}