Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / highway
Commits: 2fe99bb9 by Daniel Bermond at 2024-02-21T10:06:32-03:00 upgpkg: 1.1.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = highway + pkgdesc = A C++ library that provides portable SIMD/vector intrinsics + pkgver = 1.1.0 + pkgrel = 1 + url = https://github.com/google/highway/ + arch = x86_64 + license = Apache-2.0 + license = BSD-3-Clause + makedepends = cmake + makedepends = gtest + depends = gcc-libs + source = https://github.com/google/highway/archive/1.1.0/highway-1.1.0.tar.gz + sha256sums = 354a8b4539b588e70b98ec70844273e3f2741302c4c377bcc4e81b3d1866f7c9 + +pkgname = highway ===================================== PKGBUILD ===================================== @@ -1,16 +1,16 @@ # Maintainer: Daniel Bermond <[email protected]> pkgname=highway -pkgver=1.0.7 +pkgver=1.1.0 pkgrel=1 -pkgdesc='A C++ library for SIMD (Single Instruction, Multiple Data)' +pkgdesc='A C++ library that provides portable SIMD/vector intrinsics' arch=('x86_64') url='https://github.com/google/highway/' -license=('Apache') +license=('Apache-2.0' 'BSD-3-Clause') depends=('gcc-libs') makedepends=('cmake' 'gtest') source=("https://github.com/google/highway/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('5434488108186c170a5e2fca5e3c9b6ef59a1caa4d520b008a9b8be6b8abe6c5') +sha256sums=('354a8b4539b588e70b98ec70844273e3f2741302c4c377bcc4e81b3d1866f7c9') build() { cmake -B build -S "${pkgname}-${pkgver}" \ @@ -29,4 +29,5 @@ check() { package() { DESTDIR="$pkgdir" cmake --install build + install -D -m644 "${pkgname}-${pkgver}/LICENSE-BSD3" -t "${pkgdir}/usr/share/licenses/${pkgname}" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/highway/-/commit/2fe99bb960aba77d8700a489e1668fb0585d2864 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/highway/-/commit/2fe99bb960aba77d8700a489e1668fb0585d2864 You're receiving this email because of your account on gitlab.archlinux.org.
