mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
dav: update to 0.9.0.
This commit is contained in:
parent
292fc3d740
commit
e2bbe63a3a
1 changed files with 7 additions and 8 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'dav'
|
# Template file for 'dav'
|
||||||
pkgname=dav
|
pkgname=dav
|
||||||
version=0.8.8
|
version=0.9.0
|
||||||
revision=1
|
revision=1
|
||||||
_commit=a0c93beff76d31ce1a4e199e320aabb1a7f3945c
|
wrksrc="dav-text-dav-text-${version}"
|
||||||
wrksrc="dav-text-dav-text-${version}-${_commit}"
|
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="prefix=${DESTDIR}/usr"
|
make_install_args="prefix=${DESTDIR}/usr"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
short_desc="Efficient, small editor for GNU/Linux"
|
short_desc="Efficient, small editor for GNU/Linux"
|
||||||
homepage="https://gitlab.com/atsb/dav-text"
|
homepage="https://github.com/atsb/dav-text"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
distfiles="https://gitlab.com/atsb/dav-text/repository/dav-text-${version}/archive.tar.gz"
|
distfiles="https://github.com/atsb/dav-text/archive/dav-text-${version}.tar.gz"
|
||||||
checksum=7166875dd1ca7c837b1265f2ec602a9fecb35161bf8ea149dc8e2ed53b46ea25
|
checksum=deaf954641a16b5a13ae8c36ea09d8710d6a02ed0a8231026c3c20fb5525c7a9
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue