fmt: adjust depends on line

This commit is contained in:
Tim Biermann 2022-01-03 14:38:08 +01:00
parent 2bf4688cd7
commit e86a97ac44
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31iWeROeOED4hPZ06EMMDTYMGimFSXMyPYIJpHuFvyYo/eR1nO+F33FXgj8APZpnI4SUg6na22hWFu0/BaEzuQk=
SHA256 (Pkgfile) = 8212fc99b2f2930587c02c9f8265f624dba426ccd7f77feca6637e34064bcf30
RWSagIOpLGJF30H4QXP+CmbRa9EsL7Yd9JYS8L7DJQcZd2HY7rUix94OVX6wJ0uRSrHnic7WRw4P14H+sjXBTDRBUfqPCAO2RAI=
SHA256 (Pkgfile) = 8d9a43767426628f5f76a5678b03c8893f46940e4250bbc6ff7d357d6cf20d49
SHA256 (.footprint) = 1352afed51768a19cc14235a0bf7a2ffdf30dddd2f21fda6fe12736eb5b2f70a
SHA256 (fmt-8.0.1.tar.gz) = b06ca3130158c625848f3fb7418f235155a4d389b2abc3a6245fb01cb0eb1e01

View File

@ -9,8 +9,7 @@ release=1
source=(https://github.com/fmtlib/$name/archive/$version/$name-$version.tar.gz)
build() {
prt-get isinst ninja && PKGMK_FMT+=' -G Ninja'
cmake -S $name-$version -B build $PKGMK_FMT \
cmake -S $name-$version -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-D CMAKE_BUILD_TYPE=Release \