Package Details: idsk 0.20-1

Git Clone URL: https://aur.archlinux.org/idsk.git (read-only, click to copy)
Package Base: idsk
Description: A tool for managing Amstrad CPC DSK images
Upstream URL: https://github.com/cpcsdk/idsk
Keywords: cpc disk_image floppy retro
Licenses: MIT
Submitter: Morn
Maintainer: Morn (giomba)
Last Packager: Morn
Votes: 4
Popularity: 0.98
First Submitted: 2013-06-02 11:56 (UTC)
Last Updated: 2021-09-20 14:32 (UTC)

Latest Comments

veganvelociraptr commented on 2025-06-13 09:22 (UTC)

patching file CMakeLists.txt CMake Warning (dev) at CMakeLists.txt:1 (PROJECT): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it.

CMake Error in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as

cmake_minimum_required(VERSION 4.0)

should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000".

-- Configuring incomplete, errors occurred!