diff options
author | Matheus Afonso Martins Moreira | 2025-03-09 19:54:06 -0300 |
---|---|---|
committer | Matheus Afonso Martins Moreira | 2025-03-15 12:09:27 -0300 |
commit | e88bdcfdb8a05e8ec5049e28883c81d178018a98 (patch) | |
tree | 61f7931451e6cc0abdad270243028f284c9a6e62 | |
parent | c18b5bcd144262641736b00fb69325ad30ba80d5 (diff) | |
download | aur-python-pycdlib-git.tar.gz |
PKGBUILD: install license file
Install the COPYING file from the git repository.
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,4 +31,5 @@ package() { cd "$_name" python -m installer --destdir="$pkgdir" dist/*.whl install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}" + install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}" } |