mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
janet, remove static library (#8048)
This commit is contained in:
@@ -7,7 +7,7 @@ in C, meta-programming with macros, and bytecode assembly."
|
||||
HOMEPAGE="https://janet-lang.org/"
|
||||
COPYRIGHT="2019 Calvin Rose and contributors"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/janet-lang/janet/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="f14de9e2e1db5707e48a15f4262f4ce8c9ff99b2b3abc59ea6a1493d54bd4ed4"
|
||||
SOURCE_FILENAME="janet-$portVersion.tar.gz"
|
||||
@@ -70,6 +70,9 @@ INSTALL()
|
||||
MANPATH="$manDir/man1" \
|
||||
PREFIX="$prefix"
|
||||
|
||||
# remove static library
|
||||
rm $libDir/libjanet.a
|
||||
|
||||
prepareInstalledDevelLib libjanet
|
||||
fixPkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user