blob: fc1bb59a4d5e4395c374882c4fadcbafd6cf3318 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "Shtool",
"description": "GNU",
"url": "https://ftp.gnu.org/gnu/shtool/shtool-2.0.8.tar.gz",
"mirror": "https://ftpmirror.gnu.org/shtool/shtool-2.0.8.tar.gz",
"homepage": "https://www.gnu.org/software/shtool/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "2.0.8",
"file": "shtool.rb"
}
|