summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: aa3453212a7b5b8b4a8e3e2600552df4760d8482 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Generated by debtap
# Maintainer: e-search
# Contributor: e-search
pkgname=e-search
pkgver=14.2.0
pkgrel=1
pkgdesc="识屏 · 搜索"
arch=('x86_64')
url="https://github.com/xushengfeng/eSearch"
license=('GPL3')
depends=('electron31' 'at-spi2-core' 'hicolor-icon-theme' 'libnotify' 'libsecret' 'libxss' 'libxtst' 'util-linux-libs')
conflicts=('e-search-git')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source=("https://github.com/xushengfeng/eSearch/releases/download/${pkgver}/eSearch_${pkgver}.aur")
sha512sums=('fee582c2765d83db326902be83a6faf8400ae11dd9ed159af119bdc4638a94da74bd2ded3eaa436aac06e702ac461654233ed12a611e2642bb19acc93bd27f1e')

package(){

	cp -r ${srcdir}/${pkgname}/* ${pkgdir}

}