summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 30504db10d2d0a9ab863b9dcb169ccde83b74327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Kunal Dandekar
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=tcli-bin
pkgver=0.1.1
pkgrel=1
pkgdesc="An utility app to help creating cogs for TCore"
url="https://github.com/Tectone23/tcli"
license=("MIT")
arch=("x86_64")
provides=("tcli")
conflicts=("tcli")
source=("https://github.com/Tectone23/tcli/releases/download/v$pkgver/tcli-$pkgver-x86_64.tar.gz")
sha256sums=("250e0338e7b5d38414decd782bd5aa7df2a47cc1ee931d26fa4ca99c03ff3a24")

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