summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5a688a2f0ab64ba47ab13d5a1d7b1cf58589e5bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgname='nautilus-send-to-bluetooth'
pkgver=1.0
pkgrel=2
pkgdesc="Adds 'Send to bluetooth device' to nautilus right-click menu"
arch=('any')
url='https://github.com/alireza6677/nautilus-send-to-bluetooth'
license=('GPL3')
depends=( 'python' 'nautilus' 'gnome-bluetooth' 'python2-nautilus')
provides=("nautilus-send-to-bluetooth")
#source=("${pkgname}::git+https://github.com/alireza6677/apk-preview.git")
#md5sums=('SKIP')


package() {
	cd "${srcdir}/" 
            
        install -d ${pkgdir}/usr/share/nautilus-python/extensions/

        cp -a ../SendToBluetooth.py  ${pkgdir}/usr/share/nautilus-python/extensions/
}