summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 04e2b9a4512f1c89bc8fab4c8bf791d817f98432 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Artem Vorotnikov <artem@vorotnikov.me>
pkgname=('mime-rails')
pkgver=LATEST
pkgrel=1
pkgdesc='MIME types for Ruby on Rails'
arch=('any')
depends=('shared-mime-info')
url=('https://github.com/gmate')
source=('https://github.com/gmate/gmate/raw/master/mime/rails.xml')
install=('mime-rails.install')
sha512sums=('SKIP')

package() {
	install -m644 -D rails.xml "$pkgdir/usr/share/mime/packages/rails.xml"
}