Date: Wednesday, April 19, 2023 @ 05:29:20
Author: grawlinson
Revision: 1447349
archrelease: copy trunk to community-x86_64
Added:
libcpuid/repos/community-x86_64/PKGBUILD
(from rev 1447348, libcpuid/trunk/PKGBUILD)
Deleted:
libcpuid/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 107 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 53 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-19 05:27:33 UTC (rev 1447348)
+++ PKGBUILD 2023-04-19 05:29:20 UTC (rev 1447349)
@@ -1,54 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: X0rg
-
-pkgname=libcpuid
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='A small C library for x86 CPU detection and feature extraction'
-arch=('x86_64')
-url='http://libcpuid.sourceforge.net'
-license=('BSD')
-depends=('glibc')
-makedepends=(
- 'git'
- 'cmake'
- 'ninja'
- 'doxygen'
- 'python'
- 'graphviz'
-)
-options=('debug')
-_commit='3d1ed275c9359e1ae51c4313942e31e838c77ebf'
-source=("$pkgname::git+https://github.com/anrieff/libcpuid#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cmake \
- -S "$pkgname" \
- -B build \
- -G Ninja \
- -D CMAKE_BUILD_TYPE=Release \
- -D CMAKE_INSTALL_PREFIX=/usr \
- -D LIBCPUID_TESTS=ON
-
- cmake --build build
-}
-
-check() {
- cd build
-
- ninja consistency test-old
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-
- # license
- install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname"
"$pkgname/COPYING"
-}
Copied: libcpuid/repos/community-x86_64/PKGBUILD (from rev 1447348,
libcpuid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-19 05:29:20 UTC (rev 1447349)
@@ -0,0 +1,53 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: X0rg
+
+pkgname=libcpuid
+pkgver=0.6.3
+pkgrel=1
+pkgdesc='A small C library for x86 CPU detection and feature extraction'
+arch=('x86_64')
+url='http://libcpuid.sourceforge.net'
+license=('BSD')
+depends=('glibc')
+makedepends=(
+ 'git'
+ 'cmake'
+ 'ninja'
+ 'doxygen'
+ 'python'
+ 'graphviz'
+)
+_commit='20b177bb1dc2cc27f316b3a78d8339e73b6a647d'
+source=("$pkgname::git+https://github.com/anrieff/libcpuid#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cmake \
+ -S "$pkgname" \
+ -B build \
+ -G Ninja \
+ -D CMAKE_BUILD_TYPE=Release \
+ -D CMAKE_INSTALL_PREFIX=/usr \
+ -D LIBCPUID_TESTS=ON
+
+ cmake --build build
+}
+
+check() {
+ cd build
+
+ ninja consistency test-old
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+
+ # license
+ install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname"
"$pkgname/COPYING"
+}