mirror of
https://github.com/Phantop/solus-stuff
synced 2025-01-06 19:57:08 +00:00
Add rom-properties
This commit is contained in:
parent
957cea7fca
commit
d84429c483
1
rom-properties/Makefile
Normal file
1
rom-properties/Makefile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
include ../Makefile.common
|
19
rom-properties/package.yml
Normal file
19
rom-properties/package.yml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
name : rom-properties
|
||||||
|
version : 1.7.3
|
||||||
|
release : 1
|
||||||
|
source :
|
||||||
|
- https://github.com/GerbilSoft/rom-properties/archive/v1.7.3.tar.gz : 9d22d2aeb824f05ffbe0a1c116aeefb4f34bf46616be6b79073f3de63c7f5eb1
|
||||||
|
license : GPL2
|
||||||
|
summary : This shell extension adds a few nice features to file browsers for managing video game ROM and disc images
|
||||||
|
description: This shell extension adds a few nice features to file browsers for managing video game ROM and disc images
|
||||||
|
builddeps :
|
||||||
|
- curl-devel
|
||||||
|
- caja-devel
|
||||||
|
- libseccomp-devel
|
||||||
|
- libnettle-devel
|
||||||
|
setup : |
|
||||||
|
%cmake
|
||||||
|
build : |
|
||||||
|
%make
|
||||||
|
install : |
|
||||||
|
%make_install
|
Loading…
Reference in a new issue