diff options
author | Cem Keylan <cem@ckyln.com> | 2020-02-04 09:26:37 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-02-04 09:26:37 +0300 |
commit | ae73c7abb45c6666f328ccb1c9ec97bc182de4ef (patch) | |
tree | e6faae6a52da581e31302e872b40d1f40b7c960f | |
parent | 949bbf3b5422375de97f67f7fd87c90b502243be (diff) | |
download | repository-ae73c7abb45c6666f328ccb1c9ec97bc182de4ef.tar.gz |
sdhcp: add new package at 0.1 to testing
-rwxr-xr-x | testing/sdhcp/build | 4 | ||||
-rw-r--r-- | testing/sdhcp/checksums | 1 | ||||
-rw-r--r-- | testing/sdhcp/sources | 1 | ||||
-rw-r--r-- | testing/sdhcp/version | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/testing/sdhcp/build b/testing/sdhcp/build new file mode 100755 index 00000000..954aa1f3 --- /dev/null +++ b/testing/sdhcp/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make PREFIX=/usr DESTDIR="$1" install diff --git a/testing/sdhcp/checksums b/testing/sdhcp/checksums new file mode 100644 index 00000000..3c4c2bab --- /dev/null +++ b/testing/sdhcp/checksums @@ -0,0 +1 @@ +08e43f3d540f62ba9b4a72774fee39074d81f272955c84dd283d8fbaef44deed sdhcp-0.1.tar.gz diff --git a/testing/sdhcp/sources b/testing/sdhcp/sources new file mode 100644 index 00000000..75beb36e --- /dev/null +++ b/testing/sdhcp/sources @@ -0,0 +1 @@ +https://dl.2f30.org/releases/sdhcp-0.1.tar.gz diff --git a/testing/sdhcp/version b/testing/sdhcp/version new file mode 100644 index 00000000..084a74c2 --- /dev/null +++ b/testing/sdhcp/version @@ -0,0 +1 @@ +0.1 1 |