23 lines
754 B
Bash
23 lines
754 B
Bash
# Template file for 'libfreeaptx'
|
|
pkgname=libfreeaptx
|
|
version=0.2.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Open Source implementation of Audio Processing Technology codec (aptX)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://github.com/regularhunter/libfreeaptx"
|
|
changelog="https://github.com/regularhunter/libfreeaptx/releases"
|
|
distfiles="https://github.com/regularhunter/libfreeaptx/archive/refs/tags/$version.tar.gz"
|
|
checksum=5ab5ebddf3f2eb7ce47a505b87460b00fc1ede99c70010796d3575ab31ea80bf
|
|
|
|
libfreeaptx-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|