1 | # $Id: |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name bournal |
---|
5 | version 1.5 |
---|
6 | categories office |
---|
7 | maintainers sepp@perlhacker.org |
---|
8 | platforms darwin |
---|
9 | description bash script journal |
---|
10 | |
---|
11 | long_description Bournal is a bash script that allows you to write, search \ |
---|
12 | and edit encrypted journal entries. Bournal has no internet \ |
---|
13 | capabilities, and it will probably sass you so hard your \ |
---|
14 | mother will weep. |
---|
15 | |
---|
16 | homepage http://becauseinter.net/bournal/ |
---|
17 | master_sites ${homepage} |
---|
18 | extract.suffix .tar.gz |
---|
19 | checksums md5 465efa201af345c3bb3acdb47b1f7c67 \ |
---|
20 | sha1 b6483696293bd56e467541201bd1f3fa67d0dfd7 \ |
---|
21 | rmd160 087c355dca401de8a84cdc7f88359a972bc5e250 |
---|
22 | |
---|
23 | use_configure no |
---|
24 | |
---|
25 | patchfiles bournal.patch |
---|
26 | |
---|
27 | build {} |
---|
28 | |
---|
29 | |
---|
30 | destroot { |
---|
31 | xinstall -m 640 ${worksrcpath}/bournal.1.gz ${destroot}${prefix}/share/man/man1/ |
---|
32 | xinstall -m 755 ${worksrcpath}/bournal ${destroot}${prefix}/bin |
---|
33 | xinstall -m 755 ${worksrcpath}/bournal-convert ${destroot}${prefix}/bin |
---|
34 | } |
---|