Advertisement
Guest User

Untitled

a guest
Mar 28th, 2018
780
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. # Maintainer: Manuel Hüsers <manuel.huesers@uni-ol.de>
  2. # Contributor: David Avedissian <avedissian.david@gmail.com>
  3. # Contributor: Callum Moffat <callum90ish@gmail.com>
  4. # Modified by redneckdrow 12/6/14 3:17 PM EST
  5. # Modified by SerialVelocity 12/9/15 9:52 AM BST
  6.  
  7. _pkgname=cinnamon-themes
  8. pkgname=mint-${_pkgname}
  9. pkgver=2017.06.20
  10. pkgrel=1
  11. pkgdesc='A collection of the best themes available for Cinnamon.'
  12. arch=('any')
  13. license=('GPL')
  14. url='http://linuxmint.com'
  15. source=("https://ftp.fau.de/mint/packages/pool/main/c/${_pkgname}/${_pkgname}_${pkgver}.tar.xz")
  16. sha256sums=('77635c385d81e9f92c4d6eb76f439a3cbc7d7f5493cb2ad36be68f01785e6e29')
  17.  
  18. package() {
  19. cd "${srcdir}/${_pkgname}"
  20. cp -dr --no-preserve=ownership "./usr" "${pkgdir}/"
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement