mirror of https://github.com/stenzek/duckstation
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			24 lines
		
	
	
		
			515 B
		
	
	
	
		
			YAML
		
	
			
		
		
	
	
			24 lines
		
	
	
		
			515 B
		
	
	
	
		
			YAML
		
	
# SPDX-FileCopyrightText: 2019-2024 Connor McLaughlin <stenzek@gmail.com>
 | 
						|
# SPDX-License-Identifier: CC-BY-NC-ND-4.0
 | 
						|
 | 
						|
name: discord-rpc
 | 
						|
buildsystem: cmake-ninja
 | 
						|
builddir: true
 | 
						|
config-opts:
 | 
						|
  - "-DCMAKE_BUILD_TYPE=Release"
 | 
						|
  - "-DBUILD_SHARED_LIBS=ON"
 | 
						|
build-options:
 | 
						|
  strip: true
 | 
						|
sources:
 | 
						|
  - type: git
 | 
						|
    url: "https://github.com/stenzek/discord-rpc.git"
 | 
						|
    commit: "144f3a3f1209994d8d9e8a87964a989cb9911c1e"
 | 
						|
cleanup:
 | 
						|
  - /bin
 | 
						|
  - /include
 | 
						|
  - /lib/*.a
 | 
						|
  - /lib/*.la
 | 
						|
  - /lib/cmake
 | 
						|
  - /lib/pkgconfig
 | 
						|
  - /share
 |