mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
stlink: update to 1.6.0.
This commit is contained in:
parent
2083848664
commit
754d9ae6c0
1 changed files with 8 additions and 7 deletions
|
@ -1,20 +1,21 @@
|
||||||
# Template file for 'stlink'
|
# Template file for 'stlink'
|
||||||
pkgname=stlink
|
pkgname=stlink
|
||||||
version=1.5.1
|
version=1.6.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DSTLINK_UDEV_RULES_DIR=/usr/lib/udev/rules.d -DSTLINK_MODPROBED_DIR=/usr/lib/modprobe.d"
|
configure_args="-DSTLINK_UDEV_RULES_DIR=/usr/lib/udev/rules.d -DSTLINK_MODPROBED_DIR=/usr/lib/modprobe.d"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libusb-devel gtk+3-devel"
|
makedepends="libusb-devel gtk+3-devel"
|
||||||
short_desc="STM32 discovery line Linux programmer"
|
short_desc="STM32 discovery line Linux programmer"
|
||||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/texane/stlink"
|
homepage="https://github.com/texane/stlink"
|
||||||
|
changelog="https://raw.githubusercontent.com/texane/stlink/master/CHANGELOG.md"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=e0145fbfd3e781f21baf12a0750b0933c445ee6338e36142836bf5a2c267e107
|
checksum=5575e9322e6914fad3bcbcad77fa2669e4b1853cd49bed44bfac1c68992f538a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE.md LICENSE
|
||||||
vdoc README.md README
|
vdoc README.md README
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,8 +24,8 @@ stlink-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/*.a
|
vmove "usr/lib/*.a"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue