lowdown: move unversioned library to -devel

Co-authored-by: Duncaen <duncaen@voidlinux.org>
This commit is contained in:
Đoàn Trần Công Danh 2023-04-24 23:17:46 +07:00 committed by Duncaen
parent ba30046be6
commit b45187c95c
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
2 changed files with 4 additions and 4 deletions

View File

@ -4192,7 +4192,7 @@ libTMVA.so root-6.24.06_1
libMathCore.so root-6.24.06_1
libCore.so root-6.24.06_1
libCore.so qtcreator-7.0.2_1
liblowdown.so lowdown-0.11.2_1
liblowdown.so.2 lowdown-1.0.1_1
libjaylink.so.0 libjaylink-0.2.0_1
libnvidia-container.so.1 libnvidia-container-1.10.0_1
libnvidia-container-go.so.1 libnvidia-container-1.10.0_1

View File

@ -1,10 +1,10 @@
# Template file for 'lowdown'
pkgname=lowdown
version=1.0.1
revision=1
revision=2
build_style=configure
configure_args="PREFIX=/usr MANDIR=/usr/share/man"
make_install_target="install install_shared install_static"
make_install_target="install install_libs"
make_check_target="regress"
short_desc="Simple markdown translator"
maintainer="Duncaen <duncaen@voidlinux.org>"
@ -13,7 +13,6 @@ homepage="https://kristaps.bsd.lv/lowdown/"
changelog="https://kristaps.bsd.lv/lowdown/archive.html"
distfiles="https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz"
checksum=447b0a783d7beb1d82d9c40ea0395063535f2651e611b0662ebcfa687bf7906a
shlib_provides="liblowdown.so"
post_install() {
vlicense LICENSE.md
@ -26,6 +25,7 @@ lowdown-devel_package() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove "usr/share/man/man3/*.3"
}
}