Compare commits
No commits in common. "da55a313f7de20faca514741361e564205362c80" and "105c2fd4b9461328865904f317c7b77c80d8b340" have entirely different histories.
da55a313f7
...
105c2fd4b9
@ -1,13 +0,0 @@
|
||||
name: Wake Runner
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Wakeup Runner
|
||||
run: |
|
||||
curl https://idlesleep.wolproxy.seeseepuff.be/status
|
19
PKGBUILD
19
PKGBUILD
@ -1,19 +0,0 @@
|
||||
pkgname=template
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgdesc="Template"
|
||||
arch=('any')
|
||||
url="https://gitea.seeseepuff.be/archlinux/helloworld"
|
||||
license=('GPL')
|
||||
source=(helloworld.c)
|
||||
md5sums=('be272e4d8286b99885f0540bc3345d5f')
|
||||
|
||||
build() {
|
||||
gcc -o helloworld helloworld.c -Wall -Wextra -Werror -pedantic
|
||||
}
|
||||
|
||||
package() {
|
||||
install -D helloworld "$pkgdir/usr/bin/helloworld"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user