-
Notifications
You must be signed in to change notification settings - Fork 29
/
PKGBUILD
25 lines (21 loc) · 923 Bytes
/
PKGBUILD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: sioodmy <[email protected]>
pkgname=todo-bin
pkgver=2.3
pkgrel=1
pkgdesc="Super fast and simple tasks organizer written in rust"
url="https://github.com/sioodmy/todo"
license=('GPL')
conflicts=('todo-git')
depends=()
makedepends=()
arch=("x86_64")
source=("https://github.com/sioodmy/todo/releases/download/${pkgver}/todo"
"https://raw.githubusercontent.com/sioodmy/todo/master/LICENSE")
package() {
mkdir -p ${pkgdir}/usr/bin
mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
install -Dm 755 ${srcdir}/todo ${pkgdir}/usr/bin/todo
install -Dm 644 ${srcdir}/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
sha512sums=('f668d14bc5bcecbafe52b8d57810b7af42f14a2588b65d6fe26167353056c81105e7fcc324a49ddac7039f508b4b77d391e7ae5b63b057279262b09867224290'
'd361e5e8201481c6346ee6a886592c51265112be550d5224f1a7a6e116255c2f1ab8788df579d9b8372ed7bfd19bac4b6e70e00b472642966ab5b319b99a2686')