Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2017
589
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. # Maintainer: Nathan Lowe <techwiz96@gmail.com>
  2. pkgname=msbuild-15-bin
  3. _pkgver=15.4+xamarinxplat.2017.09.14.16.14-0xamarin1+ubuntu1404b1
  4. pkgver=${_pkgver//[+-]/_}
  5. pkgrel=3
  6. pkgdesc="Xamarin implementation of the Microsoft build system"
  7. arch=('x86_64')
  8. depends=('mono>=5.0.0')
  9. provides=('msbuild')
  10. conflicts=('msbuild')
  11. url="https://github.com/mono/msbuild"
  12. license=('MIT')
  13. source=("msbuild-amd64-v${_pkgver}.deb::http://download.mono-project.com/repo/ubuntu/pool/main/m/msbuild/msbuild_${_pkgver}_all.deb")
  14. sha256sums=('1c5eb84b3eafde852a59a0014590626ad1e1ad453330542329c4f0687c471fc6')
  15.  
  16. package() {
  17. cd "${srcdir}"
  18.  
  19. bsdtar xf data.tar.xz
  20. chmod -R g-w usr
  21. mv usr "${pkgdir}"
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement