Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
017a6b 1 #
AW 2 # CDDL HEADER START
3 #
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.
7 #
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.
12 #
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]
18 #
19 # CDDL HEADER END
20 #
21 # Copyright (c) 2021, Andreas Wacknitz
22 #
23
24 BUILD_BITS=                64
25 BUILD_STYLE=            justmake
26 include ../../../make-rules/shared-macros.mk
27
28 COMPONENT_NAME=            password-store
df66a3 29 COMPONENT_VERSION=        1.7.4
03e6e6 30 COMPONENT_REVISION=        1
017a6b 31 COMPONENT_SUMMARY=        A password manager
AW 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
df66a3 36 COMPONENT_ARCHIVE_HASH=    sha256:cfa9faf659f2ed6b38e7a7c3fb43e177d00edbacc6265e6e32215ff40e3793c0
017a6b 37 COMPONENT_ARCHIVE_URL=    https://git.zx2c4.com/password-store/snapshot/$(COMPONENT_ARCHIVE)
03e6e6 38 COMPONENT_FMRI=            utilities/password-store
017a6b 39 COMPONENT_LICENSE=        GPLv2
AW 40
41 include $(WS_MAKE_RULES)/common.mk
42
43 COMPONENT_TEST_TARGETS = test
44
fb4f9f 45 # Manually added dependencies (according to documentation).
AW 46 # These are runtime dependencies but we keep them here, too:
017a6b 47 REQUIRED_PACKAGES += crypto/gnupg
AW 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
54
55 # Auto-generated dependencies
56 REQUIRED_PACKAGES += SUNWcs