summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1e1562173953b18ef7a4b3f6caaf1486019acad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Danila Fominykh <dancheg97@fmnx.su>

pkgname=gnome-shell-extension-compact-top-bar
pkgver=1
pkgrel=1
pkgdesc="Compact and transparent top bar for GNOME"
arch=("any")
url="https://github.com/metehan-arslan/gnome-compact-top-bar"
license=('MIT')
source=(
    "$pkgname::git+https://github.com/metehan-arslan/gnome-compact-top-bar.git"
)
md5sums=("SKIP")

package() {
  cd "$pkgname/compact-top-bar@metehan-arslan.github.io"
  destdir=/usr/share/gnome-shell/extensions/gnome-compact-top-bar@metehan-arslan.github.io
  find . -type f -exec install -Dm777 {} $pkgdir$destdir/{} \;
}