summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 958baac222cad79d6545eae65d99ac9a57578f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#Maintainer: aaditya <aaditya_gnulinux@zoho.com>

pkgname=timeset-gui
pkgver=2.4
pkgrel=1
pkgdesc="A GUI for managing system date and time."
url="https://github.com/aadityabagga/timeset-gui"
arch=('any')
license=('GPL')
depends=('gksu' 'python-gobject' 'ntp')
optdepends=('ntp-openrc: openrc ntp service')
source=("https://github.com/aadityabagga/timeset-gui/archive/${pkgver}.tar.gz")
sha1sums=('a0f05e10f3de59673b2fd12451f4bf90af4a2fe3')

package() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  make
  make DESTDIR="${pkgdir}" install
}

# vim:set ts=2 sw=2 et: