blob: a0f4df3a99402b429fc4d43d98947e3eeff49a8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Maintainer: HLFH <gaspard@dhautefeuille.eu>
pkgname=omarchy
pkgver=0.0.0
pkgrel=2
pkgdesc='Opinionated Arch/Hyprland Setup By DHH — Placeholder until official release'
arch=('any')
url='https://omarchy.org'
# Omakub was released under MIT license by 37SIGNALS LLC, final license is not guaranteed until official release
license=('MIT')
depends=()
makedepends=()
# Waiting for MIT license confirmation by 37SIGNALS LLC
#source=('OMARCHY-LICENSE')
#b2sums=('d6c451b1506d2e30dacb1e48775abbfe16154f04af6fb83d76163190c13c9fca5eef7d1d0cd9f6b2b412dd9214b23b4dc735401b9b4934ec12df5241bd05c3cd')
b2sums=('SKIP')
package() {
# License
# install -D -m 644 "${srcdir}/OMARCHY-LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
:
}
|