diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-13 18:16:40 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-03-06 18:36:45 -0600 |
commit | 208c3baaf9f92f0e4e6ec5f6de9c2876b119900b (patch) | |
tree | 84664f6f6fef01cb60ac37e93f9f07e8a4ebe66e | |
parent | e3a2a857e920a6dadf197c15078963cd37754911 (diff) | |
download | abuild-208c3baaf9f92f0e4e6ec5f6de9c2876b119900b.tar.gz abuild-208c3baaf9f92f0e4e6ec5f6de9c2876b119900b.tar.bz2 abuild-208c3baaf9f92f0e4e6ec5f6de9c2876b119900b.tar.xz abuild-208c3baaf9f92f0e4e6ec5f6de9c2876b119900b.zip |
Add initial manpage drafts
-rw-r--r-- | APKBUILD.5 | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,6 +1,6 @@ .Dd February 13, 2018 .Dt APKBUILD 5 PRM -.Os "Alpine Linux" +.Os "Adelie Linux" .Sh NAME .Nm APKBUILD .Nd metadata and instructions to build a package @@ -535,15 +535,18 @@ utility as distributed by Alpine uses the BusyBox Almquist shell, a part of .Xr busybox 1 that is currently undocumented. It is mostly compliant with -.St -p1003.2 , -with some bash-like extensions. +.St -p1003.2 +with some bash-like extensions, but this cannot be relied upon. The .Xr abuild 1 utility as distributed by Adélie uses the user's preferred /bin/sh, which is typically .Xr bash 1 . +It is highly recommended that package functions comply with +.St -p1003.2 +for maximum compatibility. .Sh SEE ALSO -SPDX license reference (on the Web at <https://spdx.org/licenses/>), +The SPDX license reference (on the Web at <https://spdx.org/licenses/>), .Xr abuild 1 , .Xr newapkbuild 1 , .Xr apk 8 . |