Package Details: cmake-remake-git 1-3

Git Clone URL: https://aur.archlinux.org/cmake-remake-git.git (read-only, click to copy)
Package Base: cmake-remake-git
Description: A set of CMake macros for restructuring GNU Automake/Autoconf projects.
Upstream URL: https://github.com/kralf/remake
Licenses: LGPL
Conflicts: cmake-remake
Provides: cmake-remake
Submitter: alexandria
Maintainer: alexandria
Last Packager: alexandria
Votes: 0
Popularity: 0.000000
First Submitted: 2019-01-15 11:57 (UTC)
Last Updated: 2019-01-15 12:22 (UTC)

Dependencies (1)

Required by (1)

Sources (2)

Latest Comments

greyltc commented on 2025-09-26 15:50 (UTC)

I did the following to get this to build:

diff --git a/PKGBUILD b/PKGBUILD
index d088831..c100554 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,9 @@ prepare () {
 package() {
        cd "${srcdir}/${_pkgname}"
         rm .git -rf
-        cmake .
+       mkdir build
+       cd build
+        cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ..
         make
         make DESTDIR="$pkgdir/" install
 }

bionade24 commented on 2021-01-27 12:39 (UTC)

This package depends on cmake. Please add cmake to the deps.

bionade24 commented on 2020-04-29 20:15 (UTC) (edited on 2020-04-29 20:15 (UTC) by bionade24)

Hi, I've updated the source. https://github.com/CJTRobotics/remake