• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/git-crypt/git-crypt.mk
Rahul BedarkarRahul Bedarkar committed 337aa51f3fd30 Mar 2017
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# git-crypt
4
#
5
################################################################################
6
​
7
GIT_CRYPT_VERSION = 0.5.0
8
GIT_CRYPT_SITE = https://www.agwa.name/projects/git-crypt/downloads
9
GIT_CRYPT_DEPENDENCIES = host-pkgconf openssl
10
GIT_CRYPT_LICENSE = GPL-3.0+, MIT
11
GIT_CRYPT_LICENSE_FILES = COPYING parse_options.hpp
12
​
13
GIT_CRYPT_LIBS = `$(PKG_CONFIG_HOST_BINARY) --libs openssl`
14
​
15
define GIT_CRYPT_BUILD_CMDS
16
    $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS) \
17
        LDFLAGS="$(TARGET_LDFLAGS) $(GIT_CRYPT_LIBS)" PREFIX=/usr
18
endef
19
​
20
define GIT_CRYPT_INSTALL_TARGET_CMDS
21
    $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) \
22
        PREFIX=/usr install
23
endef
24
​
25
$(eval $(generic-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.