blob: cf2f71a3bce16e13ccb909cbb4c3bc92da37d020 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Maintainer: Sushant Mishra <sushantsgml@gmail.com>
pkgname="locus"
pkgver=0.1.1
pkgrel=1
pkgdesc="An intelligent activity tracker that helps you understand and improve your focus habits."
arch=('x86_64')
url="https://github.com/Sushants-Git/locus"
license=('custom')
depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'pango' 'webkit2gtk')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("https://github.com/Sushants-Git/locus/releases/download/v$pkgver/locus_"$pkgver"_amd64.deb")
sha256sums_x86_64=('9886942103dbdbc776a8eff0b9bda9cdcedd106d78809cf94d7a2975b04a900b')
package() {
tar -xz -f data.tar.gz -C "${pkgdir}"
}
|