mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 13:03:31 +00:00
19 lines
685 B
Bash
19 lines
685 B
Bash
TERMUX_SUBPKG_DESCRIPTION="Swift SDK for Android x86_64"
|
|
TERMUX_SUBPKG_INCLUDE="
|
|
lib/swift/android/x86_64/*.swiftdoc
|
|
lib/swift/android/x86_64/*.swiftmodule
|
|
lib/swift/android/x86_64/android.modulemap
|
|
lib/swift/android/x86_64/libswiftCxx.a
|
|
lib/swift/android/x86_64/libswiftCxxStdlib.a
|
|
lib/swift/android/x86_64/SwiftAndroidNDK.h
|
|
lib/swift/android/x86_64/SwiftBionic.h
|
|
lib/swift/android/x86_64/swiftrt.o
|
|
lib/swift/android/*.swiftmodule/x86_64*
|
|
lib/swift_static/android/x86_64/
|
|
lib/swift_static/android/*.swiftmodule/x86_64*
|
|
"
|
|
TERMUX_SUBPKG_PLATFORM_INDEPENDENT=true
|
|
TERMUX_SUBPKG_DEPENDS="swift-runtime-x86-64"
|
|
TERMUX_SUBPKG_BREAKS="swift (<< 5.8)"
|
|
TERMUX_SUBPKG_REPLACES="swift (<< 5.8)"
|