summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1c5824905f871745905d1e7897012b74dc1773eb (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.6.3
pkgrel=1
pkgdesc="识屏 · 搜索"
arch=('x86_64')
url="https://github.com/xushengfeng/eSearch"
license=('GPL3')
depends=('electron34' '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=('9773e1e0fd9e7c0ad7f2596c7572b88b98fa14a199e0d58fbcd71dedd4c173fe35008cefe43741572246fc1df3b84ea610d15dcfab8e9957d1ce0c5ec0986ab4')

package(){

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

}