mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
calcurse: add example config
This commit is contained in:
parent
1f233cbac7
commit
b62758c1b3
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'calcurse'
|
# Template file for 'calcurse'
|
||||||
pkgname=calcurse
|
pkgname=calcurse
|
||||||
version=4.5.1
|
version=4.5.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
depends="python3-httplib2"
|
depends="python3-httplib2"
|
||||||
|
@ -14,4 +14,5 @@ checksum=5336576824cba7d40eee0b33213992b4304368972ef556a930f3965e9068f331
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
vsconf contrib/caldav/config.sample caldav-config.sample
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue