Date: Friday, January 6, 2023 @ 15:09:05
Author: felixonmars
Revision: 1378628
upgpkg: python-termcolor 2.2.0-1: add license file
Modified:
python-termcolor/trunk/PKGBUILD
----------+
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-06 15:08:10 UTC (rev 1378627)
+++ PKGBUILD 2023-01-06 15:09:05 UTC (rev 1378628)
@@ -27,4 +27,5 @@
package() {
cd termcolor-$pkgver
python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 COPYING.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
}