bucklespring: updated to 1.5.0.

This commit is contained in:
Andrew Benson 2021-05-03 16:23:37 -05:00
parent f8ea740a7b
commit df5d5d8436
2 changed files with 5 additions and 13 deletions

View file

@ -1 +0,0 @@
bucklespring

View file

@ -1,19 +1,19 @@
# Template file for 'bucklespring'
pkgname=bucklespring
version=1.4.0
revision=2
version=1.5.0
revision=1
build_style=gnu-makefile
make_use_env=yes
make_build_args="PATH_AUDIO=/usr/share/${pkgname}/wav"
hostmakedepends="pkg-config"
makedepends="alure-devel libinput-devel libXtst-devel"
depends="bucklespring-data"
short_desc="Emulate the sound of the IBM Model-M while typing"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-2.0-only"
homepage="https://github.com/zevv/bucklespring"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=b38b2c0ec905573a243cb9db543f8eeb92e4d040025ef338d8bcfcfd5ccd5348
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=0b9505abde912775dd78d8396d2282a6d89e3ad3342b3f150c207becb40d34ab
replaces="bucklespring-data>=0"
if [ $XBPS_CROSS_BASE ]; then
make_build_args+=" CROSS=$XBPS_CROSS_TRIPLET-"
@ -24,10 +24,3 @@ do_install() {
vmkdir usr/share/${pkgname}
vcopy wav usr/share/${pkgname}
}
bucklespring-data_package() {
short_desc+=" - data files"
pkg_install() {
vmove usr/share
}
}