mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/spdlog: upgrade to 1.5.0
This commit is contained in:
parent
58b4a531b7
commit
ddfde10c54
@ -1,8 +1,8 @@
|
||||
# Contributor: Leo <thinkabit.ukim@gmail.com>
|
||||
# Maintainer: Leo <thinkabit.ukim@gmail.com>
|
||||
pkgname=spdlog
|
||||
pkgver=1.4.2
|
||||
pkgrel=2
|
||||
pkgver=1.5.0
|
||||
pkgrel=0
|
||||
pkgdesc="Fast C++ logging library"
|
||||
url="https://github.com/gabime/spdlog"
|
||||
arch="all"
|
||||
@ -44,14 +44,5 @@ package() {
|
||||
make -C build DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
dev() {
|
||||
default_dev
|
||||
|
||||
# Fix path
|
||||
mkdir -p "$subpkgdir"/usr/lib/cmake/spdlog
|
||||
mv "$pkgdir"/usr/lib/spdlog/cmake/* "$subpkgdir"/usr/lib/cmake/spdlog/
|
||||
rmdir -p "$pkgdir"/usr/lib/spdlog || true
|
||||
}
|
||||
|
||||
sha512sums="886b489138a1bdf363b5eab65a7d973f570a01c399ff5b910fcfee172ad4ff4d42a45dc2ae24e77b07130df527fb13a86b3e55ac992e72c418aebb232e27eabf spdlog-1.4.2.tar.gz
|
||||
sha512sums="78991c943dd95af563c4b29545b9b5d635caf1af5031262dde734ecf70c0b4ae866d954ee77b050f9f0cc089a3bc57ee9583895e51cb00dd1cc6c10ff905ca34 spdlog-1.5.0.tar.gz
|
||||
f3db0d78bcb6a3e29a061a67cec1583a2f4aee2ecd3309b29315f5c205482dc271eadac49ff186ec36547ab2e7c429b090da73bead82a8bed15b514af53710d8 cassert.patch"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user