mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 19:12:57 +02:00
lowdown: update to 2.0.2.
This commit is contained in:
parent
26772de89a
commit
fd189010cd
2 changed files with 5 additions and 3 deletions
|
@ -4349,7 +4349,7 @@ libThread.so root-6.24.06_1
|
||||||
libTMVA.so root-6.24.06_1
|
libTMVA.so root-6.24.06_1
|
||||||
libMathCore.so root-6.24.06_1
|
libMathCore.so root-6.24.06_1
|
||||||
libCore.so root-6.24.06_1
|
libCore.so root-6.24.06_1
|
||||||
liblowdown.so.1 lowdown-1.1.0_1
|
liblowdown.so.2 lowdown-2.0.2_1
|
||||||
libjaylink.so.0 libjaylink-0.2.0_1
|
libjaylink.so.0 libjaylink-0.2.0_1
|
||||||
libnvidia-container.so.1 libnvidia-container-1.10.0_1
|
libnvidia-container.so.1 libnvidia-container-1.10.0_1
|
||||||
libnvidia-container-go.so.1 libnvidia-container-1.10.0_1
|
libnvidia-container-go.so.1 libnvidia-container-1.10.0_1
|
||||||
|
|
|
@ -1,18 +1,20 @@
|
||||||
# Template file for 'lowdown'
|
# Template file for 'lowdown'
|
||||||
pkgname=lowdown
|
pkgname=lowdown
|
||||||
version=1.4.0
|
version=2.0.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="PREFIX=/usr MANDIR=/usr/share/man"
|
configure_args="PREFIX=/usr MANDIR=/usr/share/man"
|
||||||
|
make_cmd="bmake"
|
||||||
make_install_target="install install_libs"
|
make_install_target="install install_libs"
|
||||||
make_check_target="regress"
|
make_check_target="regress"
|
||||||
|
hostmakedepends="bmake"
|
||||||
short_desc="Simple markdown translator"
|
short_desc="Simple markdown translator"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://kristaps.bsd.lv/lowdown/"
|
homepage="https://kristaps.bsd.lv/lowdown/"
|
||||||
changelog="https://kristaps.bsd.lv/lowdown/archive.html"
|
changelog="https://kristaps.bsd.lv/lowdown/archive.html"
|
||||||
distfiles="https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz"
|
distfiles="https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz"
|
||||||
checksum=75bf8ddc66f6c75ebb64131ced1e729983a38f866a93878fc1753df93330e0ef
|
checksum=d59f2ad82f981a63051bb61d8d04c02c8c49428ac29c435dff03a92e210b0004
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue