From d95e8ce75cc193181fd8cf9272269fbfff911f66 Mon Sep 17 00:00:00 2001 From: Grégoire Duchêne Date: Sun, 4 Jul 2021 17:20:50 +0100 Subject: Simplify project structure --- deployments/archlinux/PKGBUILD | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 deployments/archlinux/PKGBUILD (limited to 'deployments/archlinux') diff --git a/deployments/archlinux/PKGBUILD b/deployments/archlinux/PKGBUILD deleted file mode 100644 index 3dd3279..0000000 --- a/deployments/archlinux/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# SPDX-FileCopyrightText: © 2020 Grégoire Duchêne -# SPDX-License-Identifier: ISC - -# Maintainer: Grégoire Duchêne - -pkgname=fwdsms -pkgver=0.2.1 -pkgrel=1 -arch=(x86_64) -url=https://github.com/gduchene/fwdsms -license=(custom:ISC) -backup=(etc/${pkgname}.yaml) -makedepends=(go) -source=(git://github.com/gduchene/fwdsms.git#tag=v${pkgver}) -sha256sums=(SKIP) - -build() { - cd ${pkgname} - go build ./cmd/${pkgname} -} - -package() { - cd ${pkgname} - install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname} - install -Dm644 configs/example.yaml ${pkgdir}/etc/${pkgname}.yaml - install -Dm644 deployments/systemd/${pkgname}.service ${pkgdir}/usr/lib/systemd/system/${pkgname}.service - install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE -} -- cgit v1.2.3-70-g09d2