may be working packaging for arch and alpine
This commit is contained in:
parent
caad031aa1
commit
897a36e8e0
12 changed files with 120 additions and 34 deletions
44
tools/PKGBUILD
Normal file
44
tools/PKGBUILD
Normal file
|
@ -0,0 +1,44 @@
|
|||
# Maintainer: Er2 <er2@dismail.de>
|
||||
pkgname=er2cord
|
||||
pkgver=0.1.0
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc="WIP GTK4 Chat"
|
||||
arch=('any')
|
||||
url="https://gitdab.com/er2/er2cord"
|
||||
license=('Zlib')
|
||||
groups=()
|
||||
depends=('gtk4>=4.0')
|
||||
makedepends=('vala>=0.54' 'meson>=0.60')
|
||||
checkdepends=()
|
||||
optdepends=()
|
||||
provides=()
|
||||
conflicts=()
|
||||
replaces=()
|
||||
backup=()
|
||||
options=()
|
||||
install=('er2cord.install')
|
||||
changelog=
|
||||
source=("$pkgname.tar.gz")
|
||||
noextract=()
|
||||
md5sums=()
|
||||
validpgpkeys=()
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$pkgname"
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
# no checks ;)
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$pkgname"
|
||||
make install
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue