mirror of
https://github.com/oleid/gnome-shell-teatime.git
synced 2022-04-29 18:53:50 +00:00
PKGBUILD for archlinux
This commit is contained in:
parent
a84854a13d
commit
90b5773a18
31
pkg/arch/PKGBUILD
Normal file
31
pkg/arch/PKGBUILD
Normal file
@ -0,0 +1,31 @@
|
||||
# Maintainer: Olaf Leidinger <oleid@mescharet.de>
|
||||
|
||||
pkgname=gnome-shell-extension-teatime
|
||||
_gitname=gnome-shell-teatime
|
||||
pkgver=54.a6a3095
|
||||
pkgrel=1
|
||||
pkgdesc="A tea drawing timer for the gnome-shell"
|
||||
arch=('any')
|
||||
url="https://github.com/oleid/gnome-shell-teatime"
|
||||
license=('GPL')
|
||||
depends=('gnome-shell')
|
||||
makedepends=('git' 'intltool' 'glib2')
|
||||
source=("git${url#https}.git")
|
||||
|
||||
pkgver() {
|
||||
cd $_gitname
|
||||
echo $(git rev-list --count master).$(git rev-parse --short master)
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $_gitname
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
package() {
|
||||
cd $_gitname
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha256sums=('SKIP')
|
Loading…
Reference in New Issue
Block a user