Date: Tuesday, April 4, 2023 @ 09:15:46
Author: grawlinson
Revision: 1434506
archrelease: copy trunk to community-x86_64
Added:
mold/repos/community-x86_64/PKGBUILD
(from rev 1434505, mold/trunk/PKGBUILD)
Deleted:
mold/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-04 09:14:30 UTC (rev 1434505)
+++ PKGBUILD 2023-04-04 09:15:46 UTC (rev 1434506)
@@ -1,46 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: Adrian Perez de Castro <[email protected]>
-
-pkgname=mold
-pkgver=1.10.1
-pkgrel=1
-_commit='040180f933d33fa246f9d2961c2d6e8b74241463'
-pkgdesc='A Modern Linker'
-arch=('x86_64')
-url='https://github.com/rui314/mold'
-license=('AGPL3')
-# xxhash is bundled
-depends=('gcc-libs' 'mimalloc' 'openssl' 'zlib' 'tbb')
-makedepends=('git' 'python' 'cmake' 'mold')
-checkdepends=('clang' 'libdwarf')
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cmake \
- -S "$pkgname" \
- -B build \
- -D CMAKE_BUILD_TYPE='None' \
- -D CMAKE_INSTALL_PREFIX='/usr' \
- -D CMAKE_INSTALL_LIBEXECDIR='lib' \
- -D MOLD_USE_SYSTEM_MIMALLOC=ON \
- -D MOLD_USE_SYSTEM_TBB=ON \
- -D MOLD_LTO=ON \
- -D MOLD_USE_MOLD=ON
-
- cmake --build build
-}
-
-check() {
- ctest --test-dir build --output-on-failure
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: mold/repos/community-x86_64/PKGBUILD (from rev 1434505,
mold/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-04 09:15:46 UTC (rev 1434506)
@@ -0,0 +1,46 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Adrian Perez de Castro <[email protected]>
+
+pkgname=mold
+pkgver=1.11.0
+pkgrel=1
+_commit='cca255e6be069cdbc135c83fd16036d86b98b85e'
+pkgdesc='A Modern Linker'
+arch=('x86_64')
+url='https://github.com/rui314/mold'
+license=('AGPL3')
+# xxhash is bundled
+depends=('glibc' 'gcc-libs' 'mimalloc' 'openssl' 'zlib' 'tbb' 'zstd')
+makedepends=('git' 'python' 'cmake' 'mold')
+checkdepends=('clang' 'libdwarf')
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cmake \
+ -S "$pkgname" \
+ -B build \
+ -D CMAKE_BUILD_TYPE='None' \
+ -D CMAKE_INSTALL_PREFIX='/usr' \
+ -D CMAKE_INSTALL_LIBEXECDIR='lib' \
+ -D MOLD_USE_SYSTEM_MIMALLOC=ON \
+ -D MOLD_USE_SYSTEM_TBB=ON \
+ -D MOLD_LTO=ON \
+ -D MOLD_USE_MOLD=ON
+
+ cmake --build build
+}
+
+check() {
+ ctest --test-dir build --output-on-failure
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}