[arch-commits] Commit in posix/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Wed Mar 24 14:23:11 UTC 2021


    Date: Wednesday, March 24, 2021 @ 14:23:10
  Author: eschwartz
Revision: 901598

posix: add license= to clarify that there is indeed no license

Modified:
  posix/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++++
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-24 14:22:42 UTC (rev 901597)
+++ PKGBUILD	2021-03-24 14:23:10 UTC (rev 901598)
@@ -16,6 +16,10 @@
 pkgdesc="metapackage providing the POSIX shell and utilities (XCU)"
 arch=('any')
 url="https://pubs.opengroup.org/onlinepubs/9699919799/"
+# Metapackages have no copyrightable content. On request, make that an
+# actual metadata line in the built package. Note: namcap still reports
+# one error, but a different one.
+license=('None')
 depends=('at' # at batch
          'awk'
          'coreutils' # basename cat chgrp chmod chown cksum comm cp csplit cut date dd df dirname



More information about the arch-commits mailing list