summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4e330be2fa4a54463f257ace12ce804992c15224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Alan Vardy <alan@vardy.cc>
#
# 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"
}