mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
hoedown, remove static library (#8015)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user