New package: bucklespring-1.4.0

This commit is contained in:
Andrew Benson 2018-08-05 17:58:07 -05:00 committed by maxice8
parent ae9f40df0c
commit 96c6714e80
2 changed files with 35 additions and 0 deletions

1
srcpkgs/bucklespring-data Symbolic link
View File

@ -0,0 +1 @@
bucklespring

View File

@ -0,0 +1,34 @@
# Template file for 'bucklespring'
pkgname=bucklespring
version=1.4.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
if [ $XBPS_CROSS_BASE ]; then
make_build_args+=" CROSS=$XBPS_CROSS_TRIPLET-"
fi
do_install() {
vbin buckle
vmkdir usr/share/${pkgname}
vcopy wav usr/share/${pkgname}
}
bucklespring-data_package() {
short_desc+=" - data files"
noarch=yes
pkg_install() {
vmove usr/share
}
}