1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "Pcal",
"description": "Generate Postscript calendars without X",
"url": "https://downloads.sourceforge.net/project/pcal/pcal/pcal-4.11.0/pcal-4.11.0.tgz",
"mirror": null,
"homepage": "https://pcal.sourceforge.io/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"ENV.deparallelize",
"system \"make\", \"CC=#{ENV.cc}\", \"CFLAGS=#{ENV.cflags}\"",
"system \"make\", \"install\", \"BINDIR=#{bin}\", \"MANDIR=#{man1}\",",
"\"CATDIR=#{man}/cat1\""
],
"version": "4.11.0",
"file": "pcal.rb"
}
|