summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7a9497aaa25dd6927ff9bfb8f6168e3fcd1012bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Emil Sayahi <limesayahi@gmail.com>
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=dokkoo-bin
pkgver=0.4.0
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=("8b71e10d5e390879a1a41d8ef473bc381f8986db70f67f7ffc5ae211c4a532b1")

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