Alpine packages build scripts
Go to file
Jakub Jirutka eb89c00dbe Revert "community/emacs: enabled for aarch64"
This reverts commit 9fbb035e36.

It still fails:

    Loading /home/buildozer/aports/community/emacs/src/emacs-25.3/x11/lisp/leim/leim-list.el (source)...
    Finding pointers to doc strings...
    Finding pointers to doc strings...done
    Dumping under the name emacs
    **************************************************
    Warning: Your system has a gap between BSS and the
    heap (60016856 bytes).  This usually means that exec-shield
    or something similar is in effect.  The dump may
    fail because of this.  See the section about
    exec-shield in etc/PROBLEMS for more information.
    **************************************************
    make[1]: *** [Makefile:740: bootstrap-emacs] Segmentation fault
    make[1]: Leaving directory '/home/buildozer/aports/community/emacs/src/emacs-25.3/x11/src'
    make: *** [Makefile:398: src] Error 2
2018-03-31 16:13:52 +02:00
.githooks githooks: add check for file size into pre-commit hook 2017-12-31 01:09:51 +01:00
.github fix typo in github CONTRIBUTING document 2018-01-10 07:41:11 +00:00
.travis Revert "travis: require check when not explicitly disabled" 2017-12-15 15:39:36 +01:00
community Revert "community/emacs: enabled for aarch64" 2018-03-31 16:13:52 +02:00
main main/ckbcomp: upgrade to 1.180, include man pages 2018-03-31 16:08:11 +02:00
non-free non-free/unifi: upgrade to 5.7.20, update source 2018-03-21 09:51:03 +00:00
scripts scripts/bootstrap.sh: Build lzip (required by abuild) 2018-03-31 15:47:55 +02:00
testing testing/lrzip: move to community 2018-03-31 10:41:00 +00:00
unmaintained unmaintained/php7-cassandra: tmp move from testing 2018-03-31 01:51:45 +03:00
.editorconfig protect tabs in APKBUILD files 2016-02-10 10:20:52 +00:00
.gitignore gitignore: ignore VS Code directories 2018-01-27 13:51:18 +00:00
.mailmap
.travis.yml travis: change dist back to "trusty" 2018-03-31 15:22:27 +02:00
README.md readme: add information about .githooks 2017-10-14 22:07:36 +02:00

Alpine Linux aports repository

This repository contains the APKBUILD files for each and every Alpine Linux package, along with the required patches and scripts, if any.

It also contains some extra files and directories related to testing (and therefore, building) those packages on GitHub (via Travis).

If you want to contribute, please read the contributor guide and feel free to either submit a git patch on the Alpine aports mailing list (alpine-aports@lists.alpinelinux.org), or to submit a pull request on GitHub.

Git Hooks

You can find some useful git hooks in the .githooks directory. To use them, run the following command after cloning this repository:

git config --local core.hooksPath .githooks