Created
September 9, 2022 16:09
-
-
Save jbadger3/7ba13e0643d1aacc15115269e1ff4501 to your computer and use it in GitHub Desktop.
terminus_medium_article
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// swift-tools-version:5.5 | |
// The swift-tools-version declares the minimum version of Swift required to build this package. | |
import PackageDescription | |
... | |
let package = Package( | |
name: "SwiftNCurses", | |
products: [, | |
targets: [ | |
.systemLibrary(name: "Cncurses", pkgConfig: pkgConfig, providers: [.apt(["ncurses"]), .brew(["ncurses"])]), | |
...) | |
] | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment