1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"name": "Mpop",
"description": "POP3 client",
"url": "https://marlam.de/mpop/releases/mpop-1.2.8.tar.xz",
"mirror": null,
"homepage": "https://marlam.de/mpop/",
"depends": [
{
"depend": "pkg-config",
"build-depend": true
},
{
"depend": "openssl",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--prefix=#{prefix}\", \"--disable-dependency-tracking\"",
"system \"make\", \"install\""
],
"version": "1.2.8",
"file": "mpop.rb"
}
|