summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8395b1b211e6c037e6b5066e120c9c86e430f9cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: FirstAirBender <noblechuk5[at]web[dot]de>
pkgname=find-broken-desktop
pkgver=1.0
pkgrel=3
pkgdesc="Find desktop entries files with broken executables. Has similar functionality to fbrokendesktop"
arch=("any")
license=('MIT')
depends=('python' 'python-pyxdg')
source=("fbrokendesktop.py")
sha256sums=('0e47961fec8f6751c695d31952a652cdc29fdbc7e7aef68c708bd40404668cc2')

package() {
	chmod +x fbrokendesktop.py
	install -D fbrokendesktop.py "$pkgdir/usr/bin/findbrokendesktop"
}