mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-06 01:02:26 +01:00
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
# Contributor: Petr Hodina <phodina@protonmail.com>
|
|
# Maintainer: Petr Hodina <phodina@protonmail.com>
|
|
pkgname=vfd-configurations
|
|
pkgver=0_git20230612
|
|
pkgrel=0
|
|
_gitrev=beea98634cf9a4c7f70f6b565158ff7140c357f6
|
|
pkgdesc="Collection of configuration files for linux devices with a front facing display"
|
|
url="https://github.com/arthur-liberman/vfd-configurations"
|
|
arch="noarch"
|
|
license="GPL-3.0-or-later"
|
|
source="vfd-configurations-$_gitrev.tar.gz::https://github.com/arthur-liberman/vfd-configurations/archive/$_gitrev.tar.gz"
|
|
builddir="$srcdir/$pkgname-$_gitrev"
|
|
options="!check" # has no test suite
|
|
|
|
package() {
|
|
install -Dm644 ./*.conf -t "$pkgdir"/usr/share/$pkgname/
|
|
cp -r kvim2 "$pkgdir"/usr/share/$pkgname/
|
|
cp -r le-potato "$pkgdir"/usr/share/$pkgname/
|
|
cp -r odroid-c2 "$pkgdir"/usr/share/$pkgname/
|
|
cp -r odroid-hc4 "$pkgdir"/usr/share/$pkgname/
|
|
cp -r odroid-n2 "$pkgdir"/usr/share/$pkgname/
|
|
}
|
|
|
|
sha512sums="
|
|
bda1ed5a405b12e35278853b88c270d631deebc46c0ac6995bb54f38865d91a4cebdca615002a984600aeb655b771307994379058658551211e9337ae42863ac vfd-configurations-beea98634cf9a4c7f70f6b565158ff7140c357f6.tar.gz
|
|
"
|