summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8eb65131f520d031b83d67b02263effea8969227 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id$
#Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>

pkgname=bootswatch
pkgver=4.2.1
pkgrel=1
pkgdesc='A collection of open source themes for Bootstrap.'
arch=('any')
url='https://bootswatch.com/'
license=('MIT')
depends=('bootstrap')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/thomaspark/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('f381ffa41eeaeef4a730b8ef9b2ee1e25cfb2fa18b477ccb6da2715e36a60ee4')

package() {
  cd ${pkgname}-${pkgver}
  install -d ${pkgdir}/usr/share/javascript/${pkgname}
  cp -a ./dist/* ${pkgdir}/usr/share/javascript/${pkgname}/
}
# vim:set ts=2 sw=2 et: