No description
* CACHEFILES=m (category:netmount) * CRYPTO_CAMELLIA=m (category:netmount) * CRYPTO_CTS=y (category:netmount) * FSCACHE=y (category:netmount) * NFS_FS=m (category:netmount) * NFS_FSCACHE=y (category:netmount) * NFS_V3=m (category:netmount) * NFS_V4=m (category:netmount) * NFS_V4_2=y (category:netmount) * NFSD=m (category:netmount) * NFSD_V3_ACL=y (category:netmount) * NFSD_V4=y (category:netmount) * NFSD_PNFS=y (category:netmount) * NFSD_BLOCKLAYOUT=y (category:netmount) * NFSD_SCSILAYOUT=y (category:netmount) * NFSD_V4_2_INTER_SSC=y (category:netmount) * RPCSEC_GSS_KRB5=m (category:netmount) * RPCSEC_GSS_KRB5_ENCTYPES_AES_SHA1=y (category:netmount) * RPCSEC_GSS_KRB5_ENCTYPES_AES_SHA2=y (category:netmount) * RPCSEC_GSS_KRB5_ENCTYPES_CAMELLIA=y (category:netmount) * ACCESSIBILITY=y (category:accessibility) * A11Y_BRAILLE_CONSOLE=y (category:accessibility) * SPEAKUP=m (category:accessibility) * SPEAKUP_SYNTH_ACNTSA=m (category:accessibility) * SPEAKUP_SYNTH_APOLLO=m (category:accessibility) * SPEAKUP_SYNTH_AUDPTR=m (category:accessibility) * SPEAKUP_SYNTH_BNS=m (category:accessibility) * SPEAKUP_SYNTH_DECTLK=m (category:accessibility) * SPEAKUP_SYNTH_DECEXT=m (category:accessibility) * SPEAKUP_SYNTH_LTLK=m (category:accessibility) * SPEAKUP_SYNTH_SOFT=m (category:accessibility) * SPEAKUP_SYNTH_SPKOUT=m (category:accessibility) * SPEAKUP_SYNTH_TXPRT=m (category:accessibility) Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8512> |
||
|---|---|---|
| .ci | ||
| .githooks | ||
| .gitlab/issue_templates | ||
| .well-known | ||
| cross | ||
| device | ||
| docs | ||
| extra-repos/systemd | ||
| main | ||
| modem | ||
| temp | ||
| .clang-format | ||
| .ecrc | ||
| .editorconfig | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .mailmap | ||
| channels.cfg | ||
| COMMITSTYLE.md | ||
| deviceinfo_schema.toml | ||
| kconfig-generic.toml | ||
| kconfigcheck.toml | ||
| LICENSE | ||
| pmaports.cfg | ||
| README.md | ||
postmarketOS aports repository
This repository contains the APKBUILD files for postmarketOS-specific packages, along with the required patches and scripts, if any.
There are many more packages defined in the Alpine Linux aports on which these packages depend.
Helpful resources:
- Issues
- How to create a package
- APKBUILD reference
- pmaports commit style
- Approval rules
- Alpine Linux aports
- Alpine Linux package search
- postmarketOS package search
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