mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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 changed files with 4 additions and 6 deletions
|
@ -1,8 +1,11 @@
|
||||||
# Template file for 'dragon'
|
# Template file for 'dragon'
|
||||||
pkgname=dragon
|
pkgname=dragon
|
||||||
version=1.2.0
|
version=1.2.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
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"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="gtk+3-devel"
|
makedepends="gtk+3-devel"
|
||||||
short_desc="Simple drag-and-drop source/sink for X and Wayland"
|
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"
|
homepage="https://github.com/mwh/dragon"
|
||||||
distfiles="https://github.com/mwh/dragon/archive/v${version}.tar.gz"
|
distfiles="https://github.com/mwh/dragon/archive/v${version}.tar.gz"
|
||||||
checksum=9bda28e96d715c759c8a1db754bdfde5e7d83671e13cd25a892f6b5e29357994
|
checksum=9bda28e96d715c759c8a1db754bdfde5e7d83671e13cd25a892f6b5e29357994
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vbin dragon
|
|
||||||
vdoc README
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue