dragon: rename binaries to dragon-drop
https://github.com/mwh/dragon/issues/17#issuecomment-957066171 Close #40618
This commit is contained in:
parent
a08280974a
commit
7271709f55
|
@ -1,8 +1,11 @@
|
|||
# Template file for 'dragon'
|
||||
pkgname=dragon
|
||||
version=1.2.0
|
||||
revision=2
|
||||
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"
|
||||
|
@ -11,8 +14,3 @@ 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
|
||||
|
||||
do_install() {
|
||||
vbin dragon
|
||||
vdoc README
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue