main/postmarketos-ui-shelli: use new main/shelli (!690)
This commit is contained in:
parent
55b4a42de4
commit
e96dd73cae
2 changed files with 9 additions and 20 deletions
|
@ -1,29 +1,17 @@
|
||||||
# Contributor: Martijn Braam
|
# Contributor: Martijn Braam <martijn@brixit.nl>
|
||||||
# Maintainer: Craig Comstock <craig@unreasonablefarm.org>
|
# Maintainer: Craig Comstock <craig@unreasonablefarm.org>
|
||||||
pkgname=postmarketos-ui-shelli
|
pkgname=postmarketos-ui-shelli
|
||||||
pkgver=0.1
|
pkgver=1
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Plain console with touchscreen gesture support"
|
pkgdesc="Plain console with touchscreen gesture support"
|
||||||
url="https://gitlab.com/unrznbl/shelli"
|
url="https://gitlab.com/unrznbl/shelli"
|
||||||
arch="armhf armv7 aarch64"
|
arch="all"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-or-later"
|
||||||
makedepends="linux-headers"
|
depends="shelli"
|
||||||
depends="gesture kbd kbd-misc"
|
install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-upgrade"
|
||||||
install="$pkgname.post-install $pkgname.pre-deinstall"
|
options="!check" # No tests
|
||||||
source="
|
|
||||||
${url}/-/archive/v${pkgver}/shelli-v${pkgver}.tar.gz
|
|
||||||
"
|
|
||||||
options="!check"
|
|
||||||
builddir="$srcdir"/shelli-v${pkgver}
|
|
||||||
build() {
|
|
||||||
cd $builddir
|
|
||||||
make all
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p $pkgdir
|
mkdir -p "$pkgdir"
|
||||||
cd $builddir
|
|
||||||
make DESTDIR="$pkgdir" install
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="d62cdb8c3f7bf5c77e14c1378d1dcb6d4dc74aa1062fa07ed9a0ae2ad13022cefc3f5cdfd5bda9171f88d88d549b510eab10e169142765a8b642afa64ab01ee4 shelli-v0.1.tar.gz"
|
|
||||||
|
|
1
main/postmarketos-ui-shelli/postmarketos-ui-shelli.post-upgrade
Symbolic link
1
main/postmarketos-ui-shelli/postmarketos-ui-shelli.post-upgrade
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
postmarketos-ui-shelli.post-install
|
Loading…
Reference in a new issue