summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1bfd9f35c29f64e455e07e6a2aad116c5d4911df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: Maxwell Pray <synthead@gmail.com>

pkgname=home-assistant-restriction-card
pkgver=1.2.7
pkgrel=2
pkgdesc="A card to provide restrictions on Lovelace cards defined within."
arch=(any)
url="https://github.com/iantrich/restriction-card"
license=(MIT)
source=("https://github.com/iantrich/restriction-card/releases/download/$pkgver/restriction-card.js")
sha256sums=("a134c8d1c05e02f93a5d634fa404d21ab6545dfefc37dc730e6b784447a3f4a1")

package() {
  install -Dm 644 "$srcdir/restriction-card.js" "$pkgdir/var/lib/private/hass/www/restriction-card.js"
}