Date: Monday, November 19, 2018 @ 11:22:18 Author: arodseth Revision: 408784
archrelease: copy trunk to community-any Added: ttf-ionicons/repos/community-any/PKGBUILD (from rev 408783, ttf-ionicons/trunk/PKGBUILD) Deleted: ttf-ionicons/repos/community-any/PKGBUILD ----------+ PKGBUILD | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-11-19 11:20:37 UTC (rev 408783) +++ PKGBUILD 2018-11-19 11:22:18 UTC (rev 408784) @@ -1,22 +0,0 @@ -# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=ttf-ionicons -pkgver=4.4.7 -pkgrel=1 -pkgdesc='Font from Ionic Framework' -arch=('any') -license=('MIT') -url='https://ionicons.com/' -source=("https://github.com/ionic-team/ionicons/archive/v$pkgver.tar.gz") -sha256sums=('d53c7a6c5cd92bc6c24d4275b04277777bb370306315d9ab54190fb6cba5dfca') - -package() { - cd "ionicons-$pkgver" - install -Dm644 docs/fonts/ionicons.ttf \ - "$pkgdir/usr/share/fonts/TTF/ionicons.ttf" - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# getver: github.com/ionic-team/ionicons/releases -# vim: ts=2 sw=2 et: Copied: ttf-ionicons/repos/community-any/PKGBUILD (from rev 408783, ttf-ionicons/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-11-19 11:22:18 UTC (rev 408784) @@ -0,0 +1,22 @@ +# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=ttf-ionicons +pkgver=4.4.7 +pkgrel=1 +pkgdesc='Font from Ionic Framework' +arch=('any') +license=('MIT') +url='https://ionicons.com/' +source=("https://github.com/ionic-team/ionicons/archive/v$pkgver.tar.gz") +sha256sums=('d53c7a6c5cd92bc6c24d4275b04277777bb370306315d9ab54190fb6cba5dfca') + +package() { + cd "ionicons-$pkgver" + install -Dm644 docs/fonts/ionicons.ttf \ + "$pkgdir/usr/share/fonts/TTF/ionicons.ttf" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# getver: github.com/ionic-team/ionicons/releases +# vim: ts=2 sw=2 et: