1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "Tmpwatch",
"description": "Find and remove files not accessed in a specified time",
"url": "https://releases.pagure.org/tmpwatch/tmpwatch-2.11.tar.bz2",
"mirror": null,
"homepage": "https://pagure.io/tmpwatch",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-dependency-tracking\",",
"\"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "2.11",
"file": "tmpwatch.rb"
}
|