summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2658bfc25926d6358138e042676c9efe1650280d (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.4.3
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=("41f636229dbf4b474da175ae30a112c5d77856c93a44def91ecb1a50101ee881")

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