GithubHelp home page GithubHelp logo

squeegpg-native's Introduction

Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our official announcement

SqueeGPG - Native Bits

Linux Windows MacOS
Build Status Build status CircleCI

squeegpg-native's People

Contributors

darangi avatar smashwilson avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

squeegpg-native's Issues

Minimize glibc dependency

Determine and minimize the highest GLIBC_ dependency in the binaries we care about.

This'll likely involve me writing some scripting language (Python?) to scan and report the highest glibc dependency in a given binary, which we can use elsewhere too (dugite, Atom itself).

Reference: Creating Portable Linux Binaries

Publish releases

When a tag is pushed, publish a release on this repository with a tarball containing the gpg and gpg-agent binaries.

Watch for new GPG releases

Set up a scheduled build to monitor the GPG FTP site and automatically alert when a new version of any of the modules is available.

If I want to be extra fancy, automatically open a pull request here that bumps it.

Statically link more libraries in on Linux

I'm not doing anything special yet to limit external dependencies on Linux, so the binaries depend on a bunch of stuff:

[==] Dynamic dependencies of the GPG binaries:
[==] /home/travis/build/atom/squeegpg-native/build/gnupg/bin/gpg
	linux-vdso.so.1 =>  (0x00007fff019f1000)
	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fee8ee9b000)
	libbz2.so.1.0 => /lib/x86_64-linux-gnu/libbz2.so.1.0 (0x00007fee8ec8b000)
	libsqlite3.so.0 => /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 (0x00007fee8e9d2000)
	libreadline.so.6 => /lib/x86_64-linux-gnu/libreadline.so.6 (0x00007fee8e78c000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fee8e3c3000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fee8e1a5000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fee8dfa1000)
	libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x00007fee8dd78000)
	/lib64/ld-linux-x86-64.so.2 (0x00007fee8f0b4000)
[==] /home/travis/build/atom/squeegpg-native/build/gnupg/bin/gpg-agent
	linux-vdso.so.1 =>  (0x00007ffe7db4b000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f7c08ca8000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f7c088df000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f7c08ec6000)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.