Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : ncdu | name : ncdu | ||||
| version : '1.16' | version : 2.0.1 | ||||
| release : 11 | release : 12 | ||||
| source : | source : | ||||
| - https://dev.yorhel.nl/download/ncdu-1.16.tar.gz : 2b915752a183fae014b5e5b1f0a135b4b408de7488c716e325217c2513980fd4 | - https://dev.yorhel.nl/download/ncdu-2.0.1.tar.gz : 2f79d50c3eb8301c8bde8b86e1071c31ea9387373077302ffbf387df63477c48 | ||||
| homepage : https://dev.yorhel.nl/ncdu | homepage : https://dev.yorhel.nl/ncdu | ||||
| license : MIT | license : MIT | ||||
| component : system.utils | component : system.utils | ||||
| summary : Disk usage analyzer with ncurses interface | summary : Disk usage analyzer with ncurses interface | ||||
| description: | | description: | | ||||
| ncdu is a disk usage analyzer with an ncurses interface, aimed to be run on a remote server over SSH. It is therefore designed to be fast, simple, and easy to use. | ncdu is a disk usage analyzer with an ncurses interface, aimed to be run on a remote server over SSH. It is therefore designed to be fast, simple, and easy to use. | ||||
| setup : | | builddeps : | ||||
| %configure | - pkgconfig(ncursesw) | ||||
| - zig | |||||
| build : | | build : | | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| %make_install | install -D -m 00755 zig-out/bin/ncdu $installdir/usr/bin/ncdu | ||||
| install -D -m 00644 ncdu.1 $installdir/usr/share/man/man1/ncdu.1 | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.