hoedown, remove static library (#8015)

This commit is contained in:
Schrijvers Luc
2023-03-20 12:34:33 +01:00
committed by GitHub
parent da40a06aa6
commit 9f0f35c8aa

View File

@@ -3,7 +3,7 @@ DESCRIPTION="Hoedown is a revived fork of Sundown, the Markdown parser"
HOMEPAGE="https://github.com/hoedown/hoedown"
COPYRIGHT="2014 Xaier Mendez, Devin Torres, and Hoedown authors"
LICENSE="ISC"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/hoedown/hoedown/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="01b6021b1ec329b70687c0d240b12edcaf09c4aa28423ddf344d2bd9056ba920"
@@ -55,6 +55,9 @@ INSTALL()
sed -i 's,INCLUDEDIR = $(PREFIX)/include',"INCLUDEDIR = $includeDir", Makefile
make DESTDIR=$installDestDir install
# remove static library
rm $libDir/*.a
prepareInstalledDevelLib libhoedown
packageEntries devel \