Compare commits
5 Commits
aabab072c4
...
master
Author | SHA1 | Date | |
---|---|---|---|
a6436aeff4 | |||
c91c2cdadc | |||
220b095c12 | |||
bb82b12e05 | |||
7362e9f908 |
@@ -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
|
||||
|
8
PKGBUILD
8
PKGBUILD
@@ -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')
|
||||
|
Reference in New Issue
Block a user