mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
New package: taskwarrior-tui-0.23.7
This commit is contained in:
parent
b8a85aa0d4
commit
8036de1c63
1 changed files with 24 additions and 0 deletions
24
srcpkgs/taskwarrior-tui/template
Normal file
24
srcpkgs/taskwarrior-tui/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'taskwarrior-tui'
|
||||
pkgname=taskwarrior-tui
|
||||
version=0.23.7
|
||||
revision=1
|
||||
build_style=cargo
|
||||
depends="task"
|
||||
checkdepends="git task"
|
||||
short_desc="Terminal user interface for taskwarrior"
|
||||
maintainer="Eloi Torrents <eloitor@disroot.org>"
|
||||
license="MIT"
|
||||
homepage="https://kdheepak.com/taskwarrior-tui/"
|
||||
distfiles="https://github.com/kdheepak/taskwarrior-tui/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=9e7dbd61219a0a7cc1916c71d05b778e515fb4eff5a22c523e4efb3ff826f4cb
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
do_check() {
|
||||
git clone https://github.com/kdheepak/taskwarrior-testdata/
|
||||
export TASKRC=$(pwd)/taskwarrior-testdata/.taskrc
|
||||
export TASKDATA=$(pwd)/taskwarrior-testdata/.task
|
||||
task import $(pwd)/taskwarrior-testdata/export.json
|
||||
}
|
Loading…
Add table
Reference in a new issue