summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8e694c00c21778defbc259f51f47f70fc892ac17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: Matthias Mailänder <matthias@mailaender.name>
# Contributor: Solomon Choina <shlomochoina@gmail.com>
# Contributor: William Tumeo <github@tumeo.space>
pkgname=monodevelop-bin
_pkgver=7.8.4.1-0xamarin6+ubuntu1804b1
pkgver=${_pkgver//[+-]/_}
pkgrel=4
pkgdesc="MonoDevelop is a GNOME IDE primarily designed for C# and other CLI (.NET) languages"
arch=('x86_64')
depends=('gtk-sharp-2' 'mono-msbuild')
optdepends=('fsharp: for building fsharp programs')
provides=('monodevelop')
conflicts=('monodevelop')
url="https://www.monodevelop.com/"
license=('MIT')
source=("monodevelop-amd64-v${_pkgver}.deb::http://download.mono-project.com/repo/ubuntu/pool/main/m/monodevelop/monodevelop_7.8.4.1-0xamarin6+ubuntu1804b1_amd64.deb")
sha256sums=('e98cf23872aa0cb09fa000dd8f0ef9ad7f03a41a2d28ab1e2f215493bbd073bc')

package() {
    cd "${srcdir}"

    bsdtar xf data.tar.xz
    chmod -R g-w usr
    mv usr "${pkgdir}"
}