summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bc663d0f727c2e0563c01afc94edf452dd8442b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Mattia Borda <mattiagiovanni.borda@icloud.com>

pkgname=adwaita-for-steam
pkgver=1.11
pkgrel=1
pkgdesc='A skin to make Steam look more like a native GNOME app'
arch=(any)
url=https://github.com/tkashkin/$pkgname
license=(MIT)
depends=(cantarell-fonts)
optdepends=("steam: if you don't use the flatpak version of Steam")
makedepends=(git)
source=(git+$url#tag=v$pkgver $pkgname.sh)
md5sums=('SKIP'
         '515391d36e5e42a64c647f2caf294aec')
install=adwaita-for-steam.install

package() {
  install $pkgname.sh -Dm755 "$pkgdir/usr/bin/$pkgname"
  cd $pkgname
  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
  find colorthemes fonts web install.py -type f -exec install -Dm644 "{}" "$pkgdir/usr/share/$pkgname/{}" \;
}