aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f3e8f959bfcdea267c4074fcba541575429fbcba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Tang Yuming <felinae225@qq.com>
pkgname=clashup
pkgver=0.1
pkgrel=3
pkgdesc="auto update clash's config file"
license=('GPL')
arch=('any')
url="https://github.com/felinae98/clashup"
depends=(python
         clash
         python-requests)
source=(clashup clashup.conf)
package() {
    install -Dm755 clashup ${pkgdir}/usr/bin/clashup
    install -Dm644 clashup.conf ${pkgdir}/etc/systemd/user/clash.service.d/clashup.conf
}
md5sums=('0e7c428edc816942248cc9dedd5b6b30'
         '177338346005e11d33e27edc1f8ab780')