mirror of
https://github.com/GayPizzaSpecifications/pizzapockets-ports.git
synced 2025-08-03 05:10:56 +00:00
New port: maxcso 1.13.0
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.DS_Store
|
34
archivers/maxcso/Portfile
Normal file
34
archivers/maxcso/Portfile
Normal file
@ -0,0 +1,34 @@
|
||||
PortSystem 1.0
|
||||
PortGroup github 1.0
|
||||
#PortGroup makefile 1.0
|
||||
|
||||
github.setup unknownbrackets maxcso 1.13.0 v
|
||||
github.tarball_from archive
|
||||
revision 0
|
||||
license ISC
|
||||
description Fast CSO compression/decompression tool
|
||||
|
||||
categories archivers emulators
|
||||
platforms darwin
|
||||
|
||||
checksums rmd160 eb50be72ff59cb953c2e67ce1cbf9f3dffe1a382 \
|
||||
sha256 af9c05add1a1d199ec184d3471081af1b91d591b2473800ea989c882fb632730 \
|
||||
size 3734868
|
||||
|
||||
depends_lib port:libuv \
|
||||
port:lz4 \
|
||||
port:zlib
|
||||
|
||||
|
||||
# Ensure bundled libdeflate is included first so the
|
||||
# MacPorts port:libdeflate doesn't break the build
|
||||
#build.args
|
||||
use_configure no
|
||||
|
||||
build.env CFLAGS=${configure.cflags} \
|
||||
CXXFLAGS=${configure.cxxflags}
|
||||
|
||||
destroot.env PREFIX=${prefix} \
|
||||
DESTDIR=${destroot}
|
||||
|
||||
#makefile.override CC CXX PREFIX
|
Reference in New Issue
Block a user