Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 0b5bc3df rédigé par Kubat's avatar Kubat
Parcourir les fichiers

First try to make an archlinux package

parent 6454350d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!80Arch pkg
# Maintainer: Maël 'Kubat' MARTIN <mael.martin31@gmail.com>
pkgname=lektor-git
pkgver=mk7
pkgrel=1
pkgdesc="The lektor kara player, from the Bakaclub"
arch=(x86_64 i686)
url="git://git.iiens.net:martin2018/lektor"
license=('ISC')
groups=(bakaclub)
depends=('sqlite3>=3.31.0' 'curl>7.70.0' 'json-c>=0.14' xorg-server mpv sdl2)
makedepends=(git meson ninja bash 'gcc>=8.1')
provides=(lektor)
changelog=.Changelog
source=("git+$url")
md5sums=('SKIP')
pkgver() {
cd "$pkgname-$pkgver"
printf "$pkgver%s" "$(git describe --tags | sed 's/^v//')"
}
build() {
cd lektor
mkdir build/
meson build/
meson configure build/ -Dbuildtype=release -Ddebug=false -Doptimization=3 -Dstripe=true
ninja -C build/
}
package() {
cd lektor
ninja -C build/ install
}
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter