# Maintainer: twa022 # Contributor: Sebastian Lau # Contributor: Serede Sixty Six pkgname='nemo-audio-tab' pkgver=5.0.0 pkgrel=1 pkgdesc="View audio tag information in Nemo's properties tab" arch=('any') license=('GPL2') url="https://github.com/linuxmint/nemo-extensions" depends=('nemo-python>=3.9.0' 'python-mutagen') makedepends=('python-distutils-extra') options=('!emptydirs') source=("nemo-extensions-$pkgver.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/$pkgver.tar.gz") sha256sums=('e9d0e592a8b8bc0a4f0eb5222994f522f0e255f5a0c86e8069933864e2ca7485') package() { cd "${srcdir}/nemo-extensions-${pkgver}/${pkgname}" python ./setup.py install --prefix=/usr --root="${pkgdir}" \ --no-compile -O0 }