diff --git a/.gitea/workflows/build-package.yaml b/.gitea/workflows/build-package.yaml deleted file mode 100644 index 59a4ea9..0000000 --- a/.gitea/workflows/build-package.yaml +++ /dev/null @@ -1,29 +0,0 @@ -name: Package builder -run-name: ${{ gitea.actor }} is building ${{ gitea.repo }} -on: [push] - -jobs: - BuildPackage: - runs-on: autobuilder - container: - volumes: - - /home/builder/public/spark-extra/import:/import - steps: - - name: Show job info - run: | - echo "The job was automatically triggered by a ${{ gitea.event_name }} event." - echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!" - echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - - name: Check out repository code - uses: actions/checkout@v3 - - name: Build the package - run: | - cd ${{ gitea.workspace }} - /build ${{ gitea.workspace }} -s --noconfirm -# - name: Upload artifacts -# uses: actions/upload-artifact@v3 -# with: -# name: package -# path: ./*.pkg.tar.zst - - name: Put the packages into the import dir - run: cp -v ./*.pkg.tar.zst /import diff --git a/PKGBUILD b/PKGBUILD index 6987281..0fe6e21 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,5 @@ -# Maintainer: Christian Hesse - -# ➡️ Pushing pre-releases to [core-testing] can cause havoc, especially -# as all [core] packages are built there, and may be moved before. -# Anyway, pre-release packages may be available in my personal testing -# repository. Brave souls add it with: -# [eworm-testing] -# SigLevel = Required -# Server = https://pkgbuild.com/~eworm/$repo/$arch/ +# Maintainer: Jack L. Frost +# Modified from the upstream Arch system PKGBUILD pkgbase=systemd-libs pkgname=( 'systemd-libs-systemd' 'systemd-libs-udev' ) diff --git a/README.md b/README.md new file mode 100644 index 0000000..2d0169b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Standalone systemd-libs + +This package has been deprecated in favour of https://code.fleshless.org/PKGBUILDs/systemd