mirror of
https://github.com/archlinux/aur.git
synced 2026-02-15 21:10:41 +01:00
forgot to remove commented out old package() and build()
This commit is contained in:
parent
0439506251
commit
4282be75cb
1 changed files with 0 additions and 13 deletions
13
PKGBUILD
13
PKGBUILD
|
|
@ -22,19 +22,6 @@ source=("${pkgname}-${pkgver}.tar.gz::https://trac.chirp.danplanet.com/chirp_nex
|
|||
# Checksums: https://trac.chirp.danplanet.com/chirp_next/next-$pkgver/SHA1SUM
|
||||
sha1sums=('9c27b570743c6bfcdc9afb280bbe3c1cc5d52a64' '82ea907243839b526db311b11de08d86c29fbc5c')
|
||||
|
||||
#build() {
|
||||
# cd "chirp-$pkgver"
|
||||
# python setup.py build
|
||||
#}
|
||||
|
||||
#package() {
|
||||
# cd "chirp-$pkgver"
|
||||
# python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
|
||||
# install -D -m644 "${srcdir}/chirp-${pkgver}/chirp/share/chirpw.1" "${pkgdir}/usr/share/man/man1/chirpw.1"
|
||||
# install -D -m644 "${srcdir}/chirp-${pkgver}/chirp/share/chirp.desktop" "${pkgdir}/usr/share/applications/chirp.desktop"
|
||||
# install -D -m644 "${srcdir}/chirp-${pkgver}/chirp/share/chirp.png" "${pkgdir}/usr/share/pixmaps/chirp.png"
|
||||
# cp -dr --preserve=mode,timestamp "${srcdir}/chirp/locale/" "${pkgdir}/usr/lib/python3.10/site-packages/chirp/locale"
|
||||
#}
|
||||
build() {
|
||||
cd "chirp-$pkgver"
|
||||
python -m build --wheel --no-isolation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue