diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-08-22 01:34:57 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-08-22 01:34:57 +0000 |
| commit | fd0eefee3d5b32064fb7f46f057ff539d677633b (patch) | |
| tree | 179764a695d46615b8274d8c4d6a1bb3e55a8c0c /app-backup/untangle-https-backup/untangle-https-backup-0.1.0.ebuild | |
| parent | 5758f192b6b54020841d9ed7a53edebe3eaa1a70 (diff) | |
| download | baldeagleos-repo-fd0eefee3d5b32064fb7f46f057ff539d677633b.tar.gz baldeagleos-repo-fd0eefee3d5b32064fb7f46f057ff539d677633b.tar.xz baldeagleos-repo-fd0eefee3d5b32064fb7f46f057ff539d677633b.zip | |
Adding metadata
Diffstat (limited to 'app-backup/untangle-https-backup/untangle-https-backup-0.1.0.ebuild')
| -rw-r--r-- | app-backup/untangle-https-backup/untangle-https-backup-0.1.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-backup/untangle-https-backup/untangle-https-backup-0.1.0.ebuild b/app-backup/untangle-https-backup/untangle-https-backup-0.1.0.ebuild new file mode 100644 index 000000000000..4c4774b778bc --- /dev/null +++ b/app-backup/untangle-https-backup/untangle-https-backup-0.1.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +PYTHON_REQ_USE="ssl(+)" +DISTUTILS_USE_SETUPTOOLS=no +inherit distutils-r1 + +DESCRIPTION="Back up Untangle configurations via the web admin UI" +HOMEPAGE="http://michael.orlitzky.com/code/untangle-https-backup.xhtml" +SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.gz" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_install() { + distutils-r1_src_install + doman "doc/man8/${PN}.8" + dodoc "doc/${PN}.example.ini" +} |
