17 lines
616 B
Bash
17 lines
616 B
Bash
# Template file for 'dragon'
|
|
pkgname=dragon
|
|
version=1.2.0
|
|
revision=3
|
|
build_style=gnu-makefile
|
|
# https://github.com/mwh/dragon/issues/17#issuecomment-957066171
|
|
make_build_args="NAME=dragon-drop"
|
|
make_install_args="$make_build_args"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="gtk+3-devel"
|
|
short_desc="Simple drag-and-drop source/sink for X and Wayland"
|
|
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/mwh/dragon"
|
|
distfiles="https://github.com/mwh/dragon/archive/v${version}.tar.gz"
|
|
checksum=9bda28e96d715c759c8a1db754bdfde5e7d83671e13cd25a892f6b5e29357994
|