summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 005fb31065c1359bea74df0b0ae72ce31c6fc369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#Maintainer: Neve Laughery <RewoundVHS@protonmail.com>

pkgname=py-todo
_pkgname=todo
_gitname=py-todo
pkgver=1.3.3
pkgrel=1
pkgdesc='A Lightweight Reminder / todo-list in cli.'
arch=('any')
url="https://github.com/aesophor/py-todo"
license=('MIT')
depends=('python')
makedepends=('git')
source=('git+https://github.com/aesophor/py-todo.git')
sha256sums=('SKIP')

package() {
    install -D -m755 "$srcdir/$_gitname/$_pkgname" "$pkgdir/usr/bin/$_pkgname"
    install -D -m644 "$srcdir/$_gitname/LICENSE" "$pkgdir/usr/bin/licenses/$_pkgname/LICENSE"
}