Package Details: cmake-git 3.27.4.645.g72beefa91b-1

Git Clone URL: https://aur.archlinux.org/cmake-git.git (read-only, click to copy)
Package Base: cmake-git
Description: A cross-platform open-source make system
Upstream URL: http://www.cmake.org/
Licenses: custom
Conflicts: cmake
Provides: cmake
Submitter: ysblokje
Maintainer: sir_lucjan
Last Packager: sir_lucjan
Votes: 6
Popularity: 0.003217
First Submitted: 2016-09-29 13:10 (UTC)
Last Updated: 2023-08-23 18:54 (UTC)

Required by (9537)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

sir_lucjan commented on 2020-06-28 00:20 (UTC)

@DanEng1982

I'll take a look at it on Monday. Could you see if this temporary fix work?

https://pastebin.com/cBghpA1U

DanEng1982 commented on 2020-06-27 23:27 (UTC)

Won't compile on ArchDeepin.

sir_lucjan commented on 2018-08-11 11:28 (UTC)

@r381581

Not out-of-the-date. Do you know what is "git"?

xantares commented on 2018-04-10 08:40 (UTC)

seems it depends on libuv now

sir_lucjan commented on 2017-10-19 17:11 (UTC)

Bump && cleanup && fix

ysblokje commented on 2017-10-18 17:50 (UTC)

I'm going to orphan this package. I don't really use it anymore. If someone wants it, he/she/it can have it.

sir_lucjan commented on 2017-10-18 17:30 (UTC)

@abdo Works fine: https://github.com/archlinux-lucjan/archlinux-packages/tree/master/cmake-git

abdo commented on 2017-07-14 09:56 (UTC)

The ${pkgver%.*.*.*} thing to compute the first two digits in the version (currently 3.9) fails with the current git version (3.9.0.rc6.285.g52db8d55e8) producing 3.9.0 because of the extra rc6. Then package() tries to put files in the wrong directory. Instead of removing from the back, you can pick the first two components of the version with something like this: shortver=$(printf "${pkgver}" | sed 's/\([0-9]\+\.[0-9]\+\)\..*/\1/')

jancz commented on 2016-12-16 21:19 (UTC)

It seems that the pkgbuild should also depend on libuv and python-requests (both from core repo)