initial commit
This commit is contained in:
MakefilePKGBUILDREADME.mdfixes-package.install
alpm-hooks
bin
periodic
standalone
flatpak-overrides
systemd
30
PKGBUILD
Normal file
30
PKGBUILD
Normal file
@ -0,0 +1,30 @@
|
||||
# Maintainer: TROM <contact@tromsite.com>
|
||||
pkgname=tromjaro-fixes
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="Various fixes for TROMjaro OS"
|
||||
arch=(any)
|
||||
url=""
|
||||
license=(unknown)
|
||||
depends=()
|
||||
provides=('tromjaro-fixes')
|
||||
backup=()
|
||||
options=(!strip)
|
||||
install='fixes-package.install'
|
||||
source=()
|
||||
sha256sums=('SKIP')
|
||||
package() {
|
||||
# copy scripts
|
||||
install -Dm755 bin/standalone/* ${pkgdir}/usr/bin
|
||||
install -Dm755 bin/periodic/* ${pkgdir}/usr/bin
|
||||
|
||||
# copy systemd units
|
||||
install -Dm644 systemd/services/* ${pkgdir}/usr/lib/systemd/system
|
||||
install -Dm644 systemd/timers/* ${pkgdir}/usr/lib/systemd/system
|
||||
|
||||
# copy alpm hooks
|
||||
install -Dm644 alpm-hooks/* ${pkgdir}/usr/share/libalpm/hooks
|
||||
|
||||
# copy flatpak overrides
|
||||
install -Dm644 flatpak-overrides/* ${pkgdir}/var/lib/flatpak/overrides
|
||||
}
|
Reference in New Issue
Block a user