mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
New package: tasksh-1.2.0
This commit is contained in:
parent
0aa3e1e91f
commit
62d1e9c4d2
2 changed files with 17 additions and 0 deletions
16
srcpkgs/tasksh/template
Normal file
16
srcpkgs/tasksh/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'tasksh'
|
||||||
|
pkgname=tasksh
|
||||||
|
version=1.2.0
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
makedepends="readline-devel"
|
||||||
|
short_desc="Task Warrior shell"
|
||||||
|
maintainer="xaltsc <xaltsc@protonmail.ch>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://taskwarrior.org"
|
||||||
|
distfiles="https://taskwarrior.org/download/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=6e42f949bfd7fbdde4870af0e7b923114cc96c4344f82d9d924e984629e21ffd
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
1
srcpkgs/tasksh/update
Normal file
1
srcpkgs/tasksh/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="*beta*"
|
Loading…
Add table
Reference in a new issue