маленькие косячки
Signed-off-by: Евгений Храмов <xpamych@yandex.ru>
This commit is contained in:
parent
d9357d9b9f
commit
b0ff54986a
@ -1,6 +1,6 @@
|
|||||||
name='electron-bin'
|
name='electron-bin'
|
||||||
version='30.2.0'
|
version='30.2.0'
|
||||||
release='1'
|
release='2'
|
||||||
desc='Build cross platform desktop apps with web technologies — prebuilt'
|
desc='Build cross platform desktop apps with web technologies — prebuilt'
|
||||||
homepage='https://electronjs.org'
|
homepage='https://electronjs.org'
|
||||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||||
@ -42,6 +42,6 @@ package() {
|
|||||||
ln -nfs "/usr/lib/electron/electron" "${pkgdir}/usr/bin/electron"
|
ln -nfs "/usr/lib/electron/electron" "${pkgdir}/usr/bin/electron"
|
||||||
|
|
||||||
for _license in 'LICENSE' 'LICENSES.chromium.html'; do
|
for _license in 'LICENSE' 'LICENSES.chromium.html'; do
|
||||||
install -Dm644 "${_license}" "${pkgdir}/usr/share/licenses/${pkgname}/${_license}"
|
install -Dm644 "${_license}" "${pkgdir}/usr/share/licenses/${name}/${_license}"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name='flake8'
|
name='flake8'
|
||||||
epoch='1'
|
epoch='2'
|
||||||
version='7.1.0'
|
version='7.1.0'
|
||||||
release='1'
|
release='1'
|
||||||
desc='The modular source code checker: pep8, pyflakes and co'
|
desc='The modular source code checker: pep8, pyflakes and co'
|
||||||
@ -38,5 +38,5 @@ build() {
|
|||||||
package() {
|
package() {
|
||||||
cd flake8-$version
|
cd flake8-$version
|
||||||
python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1
|
python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1
|
||||||
install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$name/LICENSE
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user