mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/ampy: copy license to package
Add special handling for MIT as required by https://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
This commit is contained in:
parent
49bc710419
commit
c5a5362c08
@ -3,7 +3,7 @@
|
||||
pkgname=ampy
|
||||
_pkgname=adafruit-ampy
|
||||
pkgver=1.1.0
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="Utility to interact with a MicroPython board over a serial connection"
|
||||
url="https://github.com/scientifichackers/ampy"
|
||||
arch="noarch"
|
||||
@ -37,6 +37,8 @@ package() {
|
||||
|
||||
mkdir -p "$pkgdir"/usr/share/doc/$pkgname/
|
||||
install -m644 README.md "$pkgdir"/usr/share/doc/$pkgname/
|
||||
|
||||
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user