diff options
| author | 2017-11-27 15:23:23 +0100 | |
|---|---|---|
| committer | 2017-11-27 15:23:23 +0100 | |
| commit | 369a95c1776ceaac9dc17151eb2c75bf710e1fce (patch) | |
| tree | e4c709f9240992983c3ad0d8ad64a4bd53fe7864 /PKGBUILD | |
| parent | 8669082bd1f8c3e0a8562f02f9daf86274afeeac (diff) | |
| download | flat-remix-369a95c1776ceaac9dc17151eb2c75bf710e1fce.tar.gz flat-remix-369a95c1776ceaac9dc17151eb2c75bf710e1fce.zip | |
update README.md
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/PKGBUILD b/PKGBUILD deleted file mode 100644 index 042c72c5f..000000000 --- a/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# Maintainer: DяA <daniruizdealegria@gmail.com> - -pkgname=flat-remix -pkgver=r87.adc62f9 -pkgrel=1 -pkgdesc="Flat remix is a pretty simple icon theme inspired on material design. It is mostly flat with some shadows, highlights and gradients for some depth and uses a colorful palette with nice contrasts." -arch=('any') -url="https://github.com/daniruiz/Flat-Remix/" -license=('GPL-3.0') -depends=('xdg-utils') -source=("${pkgname}::git+https://github.com/daniruiz/Flat-Remix.git") - -sha256sums=('SKIP') - -pkgver() { - cd "${pkgname}" - printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" -} - -package() { - cd "${srcdir}/${pkgname}/" - install -dm755 "${pkgdir}/usr/share/icons" - cp -a "Flat Remix" "${pkgdir}/usr/share/icons/Flat Remix" - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} |
