summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2310938d4fb82fe4f8691a80a50a8a38ca862789 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Magnus Anderson <magnus@iastate.edu>
pkgname=arch-wiki-docs-search
pkgver=1
pkgrel=2
pkgdesc='A script to search the offline version of the arch wiki'
url='https://github.com/magnus-ISU/aur-scripts/blob/master/wiki-docs-search'
arch=('any')
license=('Unlicense')
depends=('arch-wiki-docs' 'simple-http-server')
noextract=('wiki-docs-search')
source=('https://raw.githubusercontent.com/magnus-ISU/aur-scripts/master/wiki-docs-search')
md5sums=('SKIP')

package() {
    mkdir -p "$pkgdir/usr/bin/"
    install -D -m755 "$srcdir/wiki-docs-search" "$pkgdir/usr/bin/"
}