21 lines
424 B
Bash
21 lines
424 B
Bash
# Copyright 2013 Tom Willemse <tom@ryuslash.org>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
require distutils pypi
|
|
|
|
SUMMARY="DisPass is a password manager for GNU/Linux, *BSD, MacOS X and Windows."
|
|
|
|
LICENCES="ISC"
|
|
SLOT="0"
|
|
PLATFORMS="~amd64"
|
|
MYOPTIONS=""
|
|
|
|
DEPENDENCIES="
|
|
build+run:
|
|
dev-lang/python:2.7
|
|
suggestion:
|
|
dev-lang/python:2.7[tk] [[
|
|
description = [ To use the DisPass GUI ]
|
|
]]
|
|
"
|
|
|