# Maintainer: Alan Vardy # # This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur pkgname=tod-bin pkgver=0.5.13 pkgrel=1 pkgdesc="A tiny unofficial Todoist client" url="https://github.com/alanvardy/tod" license=("MIT") arch=("x86_64") provides=("tod") conflicts=("tod") source=("https://github.com/alanvardy/tod/releases/download/v$pkgver/tod-$pkgver-x86_64.tar.gz") sha256sums=("7426b66064bf6029965c82ffdfec68618ce4cb6ddebdeec8f3c372a095f9db97") package() { install -Dm755 tod -t "$pkgdir/usr/bin" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }