mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-10 04:25:18 +02:00
22 lines
767 B
Bash
22 lines
767 B
Bash
# Template file for 'libbraiding'
|
|
pkgname=libbraiding
|
|
version=1.3.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Library to compute several properties of braids"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/miguelmarco/libbraiding/"
|
|
changelog="https://github.com/miguelmarco/libbraiding/releases"
|
|
distfiles="https://github.com/miguelmarco/libbraiding/releases/download/$version/libbraiding-$version.tar.gz"
|
|
checksum=d1738c3ad64a90ca0ad968d2e3c9069b0de08abcf37fb44a151a229d88203950
|
|
|
|
libbraiding-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|