poke: update to 2.0.

This commit is contained in:
Duncaen 2022-01-28 17:05:49 +01:00
parent d37c76b5b5
commit 7483c83697
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'poke'
pkgname=poke
version=1.4
version=2.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
@ -12,13 +12,14 @@ license="GPL-3.0-or-later"
homepage="https://www.jemarch.net/poke.html"
changelog="https://www.jemarch.net/poke-${version}-relnotes.html"
distfiles="${GNU_SITE}/poke/poke-${version}.tar.gz"
checksum=ce054df29560c921230132703ee449fe130b6e25ab03aa6cc796bb401506aa24
checksum=5b822bf3e112c9fb5c0c9ab22a30a45a5d5e4d16e3f7436052bb720aa26b9a58
poke-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}