Compare commits

...

5 Commits

Author SHA1 Message Date
fbt
a6436aeff4 pkgrel
All checks were successful
Package builder / BuildPackage (push) Successful in 2m34s
Signed-off-by: fbt <fbt@fleshless.org>
2024-04-27 20:45:28 +00:00
fbt
c91c2cdadc no hooks
All checks were successful
Package builder / BuildPackage (push) Successful in 2m17s
Signed-off-by: fbt <fbt@fleshless.org>
2024-04-27 20:41:46 +00:00
fbt
220b095c12 wut
All checks were successful
Package builder / BuildPackage (push) Successful in 2m59s
Signed-off-by: fbt <fbt@fleshless.org>
2023-11-06 05:26:30 +00:00
fbt
bb82b12e05 remove useless runs
Signed-off-by: fbt <fbt@fleshless.org>
2023-11-06 05:25:13 +00:00
fbt
7362e9f908 Rename the job
Signed-off-by: fbt <fbt@fleshless.org>
2023-10-25 23:24:26 +00:00
2 changed files with 5 additions and 11 deletions

View File

@@ -1,9 +1,9 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
name: Package builder
run-name: ${{ gitea.actor }} is building ${{ gitea.repo }}
on: [push]
jobs:
Explore-Gitea-Actions:
BuildPackage:
runs-on: autobuilder
container:
volumes:
@@ -29,4 +29,4 @@ jobs:
# name: package
# path: ./*.pkg.tar.zst
- name: Put the packages into the import dir
run: cp -v ./*.pkg.tar.zst /import
run: cp -v ./*.pkg.tar.zst /import

View File

@@ -7,7 +7,7 @@ _udev_ver=247
pkgname=('eudev' 'libeudev')
pkgver=3.2.14
pkgrel=1
pkgrel=2
pkgdesc="The userspace dev tools (udev) forked by Gentoo"
arch=('i686' 'x86_64')
url="https://github.com/eudev-project/eudev"
@@ -17,8 +17,6 @@ options=( '!libtool' '!staticlibs')
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/gentoo/eudev/archive/v${pkgver}.tar.gz"
'initcpio_hooks'
'initcpio_install'
'udev-hwdb.hook'
)
@@ -68,8 +66,6 @@ package_eudev() {
make DESTDIR="${pkgdir}" install
# initramfs hooks
install -Dm644 "$srcdir/initcpio_hooks" "$pkgdir/usr/lib/initcpio/hooks/udev"
install -Dm644 "$srcdir/initcpio_install" "$pkgdir/usr/lib/initcpio/install/udev"
install -Dm644 "$srcdir/udev-hwdb.hook" "$pkgdir/usr/share/libalpm/hooks/udev-hwdb.hook"
# Make network interface name randomization be optional, not the default
@@ -95,6 +91,4 @@ package_libeudev() {
}
sha1sums=('8cc76f20d73cae6dde49daa06c6a2bcd059b72b0'
'defa489254f38e57723a8ff70654f29e47bd448a'
'a6a6ee5c751fb92e2c79e0a297e4c318c8f6bb75'
'6cdf611d37604062ae4c380307421cef6fde445d')