New package: dragon-1.0.0
dragon: use SPDX Identifier of license
This commit is contained in:
parent
6374ba777c
commit
4256af36b6
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'dragon'
|
||||
pkgname=dragon
|
||||
version=1.0.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="gtk+3-devel"
|
||||
short_desc="Simple drag-and-drop source/sink for X"
|
||||
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/mwh/${pkgname}"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=484ca4bd56c35fa504cda2aa56fb5e904fd7934496c051026640ea79f6463655
|
||||
|
||||
do_install() {
|
||||
vbin dragon
|
||||
vdoc README
|
||||
}
|
Loading…
Reference in New Issue