mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
parent
ffb8022a33
commit
bdf465055f
24
x11/geany/APKBUILD
Normal file
24
x11/geany/APKBUILD
Normal file
@ -0,0 +1,24 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=geany
|
||||
pkgver=0.18
|
||||
pkgrel=0
|
||||
pkgdesc="A fast and lightweight IDE"
|
||||
url="http://www.geany.org"
|
||||
license="GPL"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
makedepends="gtk+-dev intltool perl-xml-parser vte-dev"
|
||||
depends=
|
||||
depends_dev="gtk+-dev"
|
||||
install=
|
||||
source="http://download.$pkgname.org/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
build()
|
||||
{
|
||||
cd "$srcdir"/$pkgname-$pkgver
|
||||
./configure --prefix=/usr
|
||||
make || return 1
|
||||
sed -i 's|MimeType=text/plain;|MimeType=|' geany.desktop || return 1
|
||||
sed -i 's|Sh=|Sh=APKBUILD;|' data/filetype_extensions.conf || return 1
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
md5sums="e5d4075dcb486d3cec958c2bac9ce8f4 geany-0.18.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user