19 lines
497 B
Bash
19 lines
497 B
Bash
|
# 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
|
||
|
}
|