mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 06:28:00 +08:00
[audiofile] Add new port (#12482)
This commit is contained in:
parent
19e86d2dab
commit
c2b5201e1f
13
ports/audiofile/portfile.cmake
Normal file
13
ports/audiofile/portfile.cmake
Normal file
@ -0,0 +1,13 @@
|
||||
# header-only library
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO adamstark/AudioFile
|
||||
REF ccb64bd86881099e65a329f104733679ae03f63e # 1.0.7
|
||||
SHA512 f172f9df95a028c9c3da29cd530dd4b55acad76ee7503000f96ba10c5d014abd219fcd145cea4b7ca7a902c38d968518b39de285d25f7e3ccc56d1ba3769d7b8
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(COPY ${SOURCE_PATH}/AudioFile.h DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
7
ports/audiofile/vcpkg.json
Normal file
7
ports/audiofile/vcpkg.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "audiofile",
|
||||
"version-string": "1.0.7",
|
||||
"description": "A simple header-only C++ library for reading and writing audio files.",
|
||||
"homepage": "https://github.com/adamstark/AudioFile",
|
||||
"license": "GPL-3.0"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user