-
-
Notifications
You must be signed in to change notification settings - Fork 128
Expand file tree
/
Copy pathpackage.yml
More file actions
20 lines (20 loc) · 823 Bytes
/
package.yml
File metadata and controls
20 lines (20 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : diffstat
version : '1.68'
release : 14
source :
- https://invisible-island.net/archives/diffstat/diffstat-1.68.tgz : 89f9294a8ac74fcef6f1b9ac408f43ebedf8d208e3efe0b99b4acc16dc6582c7
homepage : https://invisible-island.net/diffstat/diffstat.html
license : MIT
component : system.devel
summary : diffstat reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file
description: |
diffstat reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file. It is useful for reviewing large, complex patch files.
setup : |
%configure
build : |
%make
install : |
%make_install
check : |
%make check