4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
21 # Copyright (c) 2021, Andreas Wacknitz
26 include ..
/..
/..
/make-rules
/shared-macros.mk
28 COMPONENT_NAME
= password-store
29 COMPONENT_VERSION
= 1.7.4
31 COMPONENT_SUMMARY
= A password manager
32 COMPONENT_CLASSIFICATION
=Applications
/System Utilities
33 COMPONENT_PROJECT_URL
= https
://www.passwordstore.org
/
34 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
35 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.xz
36 COMPONENT_ARCHIVE_HASH
= sha256
:cfa9faf659f2ed6b38e7a7c3fb43e177d00edbacc6265e6e32215ff40e3793c0
37 COMPONENT_ARCHIVE_URL
= https
://git.zx2c4.com
/password-store
/snapshot
/$(COMPONENT_ARCHIVE
)
38 COMPONENT_FMRI
= utilities
/password-store
39 COMPONENT_LICENSE
= GPLv2
41 include $(WS_MAKE_RULES
)/common.mk
43 COMPONENT_TEST_TARGETS
= test
45 # Manually added dependencies (according to documentation).
46 # These are runtime dependencies but we keep them here, too:
47 REQUIRED_PACKAGES
+= crypto
/gnupg
48 REQUIRED_PACKAGES
+= developer
/versioning
/git
49 REQUIRED_PACKAGES
+= file
/tree
50 REQUIRED_PACKAGES
+= library
/libqrencode
51 REQUIRED_PACKAGES
+= shell/bash
52 REQUIRED_PACKAGES
+= shell/gnu-getopt
53 REQUIRED_PACKAGES
+= x11
/xclip
55 # Auto-generated dependencies
56 REQUIRED_PACKAGES
+= SUNWcs