summaryrefslogtreecommitdiff
path: root/homebrew/onetime/.beer
blob: 66f1692a0488e6c58bbbf5140c5909c426cdf9f8 (plain)
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": "Onetime",
    "description": "Encryption with one-time pads",
    "url": "https://www.red-bean.com/onetime/onetime-1.81.tar.gz",
    "mirror": null,
    "homepage": "https://www.red-bean.com/onetime/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://github.com/kfogel/OneTime/commit/61e534e2.patch?full_index=1",
            "strip": "1"
        },
        {
            "url": "https://github.com/kfogel/OneTime/commit/fb0a12f2.patch?full_index=1",
            "strip": "1"
        }
    ],
    "install": [
        "system \"make\", \"prefix=#{prefix}\", \"install\"",
        "inreplace bin/\"onetime\", %r{^#!/usr/bin/env python$}, \"#!/usr/bin/python\""
    ],
    "version": "1.81",
    "file": "onetime.rb"
}