mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
rebuild googletest and removed libtool
This commit is contained in:
parent
0981cde327
commit
fde9f669f1
@ -1,16 +1,12 @@
|
|||||||
# Maintainer: Weng Xuetian <wengxt@gmail.com>
|
# Maintainer: Weng Xuetian <wengxt@gmail.com>
|
||||||
# Contributor: Alexandre Bique <bique.alexandre@gmail.com>
|
|
||||||
# Contributor: Louis R. Marascio <lrm@fitnr.com>
|
|
||||||
# Contributor: Cody Maloney <cmaloney@theoreticalchaos.com>
|
|
||||||
|
|
||||||
pkgbase=googletest
|
pkgbase=googletest
|
||||||
pkgname=('gtest' 'gmock')
|
pkgname=('gtest' 'gmock')
|
||||||
pkgver=1.8.0
|
pkgver=1.8.0
|
||||||
_pkgver=release-$pkgver
|
_pkgver=release-$pkgver
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
options=('!libtool')
|
|
||||||
makedepends=('cmake' 'python2')
|
makedepends=('cmake' 'python2')
|
||||||
source=("$pkgbase-$pkgver.tar.gz::https://github.com/google/googletest/archive/$_pkgver.tar.gz")
|
source=("$pkgbase-$pkgver.tar.gz::https://github.com/google/googletest/archive/$_pkgver.tar.gz")
|
||||||
sha256sums=('58a6f4277ca2bc8565222b3bbd58a177609e9c488e8a72649359ba51450db7d8')
|
sha256sums=('58a6f4277ca2bc8565222b3bbd58a177609e9c488e8a72649359ba51450db7d8')
|
||||||
|
Loading…
Reference in New Issue
Block a user