summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 362f01b07d393f527c8d76597d44776af46791d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#Maintainer: Bhoppi Chaw <bhoppi#outlook,com>

pkgname=nautilus-nutstore
pkgver=6.3.6
pkgrel=1
pkgdesc='Nutstore integration for Nautilus'
arch=(x86_64)
url='https://www.jianguoyun.com/'
license=('CC-BY-ND-3.0 AND GPL-2.0-or-later')
depends=(libnautilus-extension nutstore)
source=('https://www.jianguoyun.com/static/exe/installer/nutstore_linux_src_installer.tar.gz')
sha256sums=('6bc613f69736839e0641815c7f2fe8b4ae26621caa58e0e693ecb3b2a7b464d9')

build() {
  cd "$srcdir/nutstore_linux_src_installer"
  ./configure || return 1
  make || return 1
}

package() {
  cd "$srcdir/nutstore_linux_src_installer"
  make DESTDIR="$pkgdir" install
  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}