# Maintainer: Emil Sayahi # # This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur pkgname=dokkoo-bin pkgver=0.3.3 pkgrel=1 pkgdesc="Mokk (Macro Output Key Kit) implementation written in Rust." url="https://github.com/Dirout/dokkoo" license=("AGPL-3.0-or-later") arch=("x86_64") provides=("dokkoo") conflicts=("dokkoo") source=("https://github.com/Dirout/dokkoo/releases/download/v$pkgver/dokkoo-$pkgver-x86_64.tar.gz") sha256sums=("be730ebbb25ab061dd65f8ad361e39da9116e930c8c47ec5a60f9d423987e7fb") package() { install -Dm755 dokkoo -t "$pkgdir/usr/bin" install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md" }