summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0eeeeebcb5f97c885115654f867a5036e6e8210b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Nima Askarian <nimaaskarian.work@outlook.com>
pkgname=c3-bin
pkgver=1.0.0
pkgrel=2
_gitname=c3
pkgdesc="A TUI to-do list that uses and extends calcurse format to have tree-like dependencies."
url="https://github.com/nimaaskarian/${_gitname}"
conflicts=(c3)

provides=(c3)
arch=('x86_64')
license=('GPL3')
optdepends=('potato-c: pomodoro timer module')

source=(
  "${pkgname}::https://github.com/nimaaskarian/${_gitname}/releases/download/${pkgver}/c3.x86.linux"
)

md5sums=('452df8b1a0ab640ab2d3cb376749e388')

package () {
  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/c3"
}