summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bad01e006d198abe311c9e27d4a67528a1d28bcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgname=netctl-eduroam
pkgver=0.4
pkgrel=1
pkgdesc='Example netctl profile for eduroam'
arch=(i686 x86_64)
url=http://higgsboson.tk/
license=(MIT)
depends=(ca-certificates netctl)
source=(eduroam eduroam-umu)
install=install
package() {
  mkdir -p $pkgdir/etc/netctl/examples/
  cp eduroam $pkgdir/etc/netctl/examples/
  cp eduroam-umu $pkgdir/etc/netctl/examples/
}
md5sums=('57f90a14c3ab8d82217cbbe0749a9a4c'
         '58e6ed6098a28af381f50630cf95b6ac')
sha1sums=('1e393ca918ca902f6d6f1d6f78e6d0891acd0214'
          '906e4abcebf88fce7f6c69f49cde71c6c20a9026')
sha256sums=('a44d15b208e167c5035304015060b7bd0e852873bdc242ad3c4efc5c01cb8943'
            '24229501275bba38bdfcc73804a9e368284d091dc2edd0a0a9987a8144440cd6')